#7B0C8E

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

Shades of Purple #7B0C8E

Tints of Purple #7B0C8E

Color information

#7B0C8E (or 0x7B0C8E) is unknown color: approx Purple. HEX triplet: 7B, 0C and 8E. RGB value is (123,12,142). Sum of RGB (Red+Green+Blue) = 123+12+142=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B0C8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0C8E is #84F371. Grayscale: #3B3B3B. Windows color (decimal): -8713074 or 9309307. OLE color: 9309307.

HSL color Cylindrical-coordinate representation of color #7B0C8E: hue angle of 291.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0C8E is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12312142-
CMYK0.130.9200.44
HSL291.23º84.42%30.2%-
HSV(B)291.23º91.55%55.69%-
XYZ13.186.4326.14-
YUV60.01174.27172.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=44.40%
G=4.33%
B=51.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123121420.130.9200.44291.2384.4230.2
Hex7BC8ED5C02C123541e
Octal173142161513405444312436
Binary1111011110010001110110110111000101100100100011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,12,142); }

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

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

 a { background-color: rgb(123,12,142); }

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

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

 span { border-color: rgb(123,12,142); }

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