#7A02BD

Color #7A02BD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7A02BD

Tints of Dark Violet #7A02BD

Color information

#7A02BD (or 0x7A02BD) is unknown color: approx Dark Violet. HEX triplet: 7A, 02 and BD. RGB value is (122,2,189). Sum of RGB (Red+Green+Blue) = 122+2+189=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A02BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A02BD is #85FD42. Grayscale: #3A3A3A. Windows color (decimal): -8781123 or 12386938. OLE color: 12386938.

HSL color Cylindrical-coordinate representation of color #7A02BD: hue angle of 278.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A02BD is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1222189-
CMYK0.350.9900.26
HSL278.5º97.91%37.45%-
HSV(B)278.5º98.94%74.12%-
XYZ17.237.8648.75-
YUV59.2201.26172.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=38.98%
G=0.64%
B=60.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12221890.350.9900.26278.597.9137.45
Hex7A2BD236301A1176225
Octal17222754314303242714245
Binary1111010101011110110001111000110110101000101111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A02BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A02BD; }

 p { color: rgb(122,2,189); }

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

<style>
 a { background-color: #7A02BD; }

 a { background-color: rgb(122,2,189); }

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

<style>
 span { border-color: #7A02BD; }

 span { border-color: rgb(122,2,189); }

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