Html Css Color HEX #7E0C87 Purple

📋 copy color: '#7E0C87'

red 126 ◦ green 12 ◦ blue 135

#7E0C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #7E0C87

Tints of Purple #7E0C87

RGB

 RED value IS 126 (49.61% from 255) = 46.15%

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 46.15%
G = 4.4%
B = 49.45%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E0C87 (or 0x7E0C87) is known color: Purple. HEX triplet: 7E, 0C and 87. RGB value is (126,12,135). Sum of RGB (Red+Green+Blue) = 126+12+135=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E0C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0C87 is #81F378. Grayscale: #3B3B3B. Windows color (decimal): -8516473 or 8850558. OLE color: 8850558.

HSL color Cylindrical-coordinate representation of color #7E0C87: hue angle of 295.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0C87 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 12 135 -
CMYK 0.07 0.91 0 0.47
HSL 295.61º 0.84% 0.29% -
HSV(B) 295.61º 0.91% 0.53% -
XYZ 13.11 6.45 23.48 -
YUV 60.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 126 12 135 0.07 0.91 0 0.47 295.61 0.84 0.29
Hex 7E C 87 7 5B 0 2F 128 54 1D
Octal 176 14 207 7 133 0 57 450 124 35
Binary 1111110 1100 10000111 111 1011011 0 101111 100101000 1010100 11101

Color Harmonies of #7E0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0C87

Black with #7E0C87

Text Example


Text Example

White with #7E0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,12,135); }

 H1.HeaderClassName
 {
   color: #7E0C87;
 }
 .AnyTagClassName
 {
   color: #7E0C87;
 }
</style>

background-color css

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

 a { background-color: rgb(126,12,135); }

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

border-color css

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

 span { border-color: rgb(126,12,135); }

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