#7826DA

Color #7826DA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7826DA

Tints of Blue Violet #7826DA

Color information

#7826DA (or 0x7826DA) is unknown color: approx Blue Violet. HEX triplet: 78, 26 and DA. RGB value is (120,38,218). Sum of RGB (Red+Green+Blue) = 120+38+218=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #7826DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7826DA is #87D925. Grayscale: #525252. Windows color (decimal): -8902950 or 14296696. OLE color: 14296696.

HSL color Cylindrical-coordinate representation of color #7826DA: hue angle of 267.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7826DA is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12038218-
CMYK0.450.8300.15
HSL267.33º70.87%50.2%-
HSV(B)267.33º82.57%85.49%-
XYZ21.0910.4467.23-
YUV83.04204.17154.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 38 (15.23% from 255) = 10.11%
BLUE value IS 218 (85.55% from 255) = 57.98%
R=31.91%
G=10.11%
B=57.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120382180.450.8300.15267.3370.8750.2
Hex7826DA2D530F10b4732
Octal170463325512301741310762
Binary1111000100110110110101011011010011011111000010111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7826DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7826DA; }

 p { color: rgb(120,38,218); }

 H1.HeaderClassName
 {
   color: #7826DA;
 }
 .AnyTagClassName
 {
   color: #7826DA;
 }
</style>
background-color css

<style>
 a { background-color: #7826DA; }

 a { background-color: rgb(120,38,218); }

 div.DivClassName
 {
   background-color: #7826DA;
 }
 .BgClassName
 {
   background-color: #7826DA;
 }
</style>
border-color css

<style>
 span { border-color: #7826DA; }

 span { border-color: rgb(120,38,218); }

 td.TdClassName
 {
   border-color: #7826DA;
 }
 .TagClassName
 {
   border-color: #7826DA;
 }
</style>