#7B12CA

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

Shades of Dark Violet #7B12CA

Tints of Dark Violet #7B12CA

Color information

#7B12CA (or 0x7B12CA) is unknown color: approx Dark Violet. HEX triplet: 7B, 12 and CA. RGB value is (123,18,202). Sum of RGB (Red+Green+Blue) = 123+18+202=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B12CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B12CA is #84ED35. Grayscale: #454545. Windows color (decimal): -8711478 or 13243003. OLE color: 13243003.

HSL color Cylindrical-coordinate representation of color #7B12CA: hue angle of 274.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B12CA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12318202-
CMYK0.390.9100.21
HSL274.24º83.64%43.14%-
HSV(B)274.24º91.09%79.22%-
XYZ19.058.9156.59-
YUV70.37202.29165.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=35.86%
G=5.25%
B=58.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123182020.390.9100.21274.2483.6443.14
Hex7B12CA275B015112542b
Octal173223124713302542212453
Binary1111011100101100101010011110110110101011000100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,18,202); }

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

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

 a { background-color: rgb(123,18,202); }

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

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

 span { border-color: rgb(123,18,202); }

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