#7B10CA

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

Shades of Dark Violet #7B10CA

Tints of Dark Violet #7B10CA

Color information

#7B10CA (or 0x7B10CA) is unknown color: approx Dark Violet. HEX triplet: 7B, 10 and CA. RGB value is (123,16,202). Sum of RGB (Red+Green+Blue) = 123+16+202=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B10CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B10CA is #84EF35. Grayscale: #444444. Windows color (decimal): -8711990 or 13242491. OLE color: 13242491.

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

Color convert

RGB12316202-
CMYK0.390.9200.21
HSL274.52º85.32%42.75%-
HSV(B)274.52º92.08%79.22%-
XYZ19.018.8556.58-
YUV69.2202.95166.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.07%
GREEN value IS 16 (6.64% from 255) = 4.69%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=36.07%
G=4.69%
B=59.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123162020.390.9200.21274.5285.3242.75
Hex7B10CA275C015113552b
Octal173203124713402542312553
Binary1111011100001100101010011110111000101011000100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B10CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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