Html Css Color HEX #7C0C87 Purple

📋 copy color: '#7C0C87'

red 124 ◦ green 12 ◦ blue 135

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

Shades of Purple #7C0C87

Tints of Purple #7C0C87

RGB

 RED value IS 124 (48.83% from 255) = 45.76%

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

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

R = 45.76%
G = 4.43%
B = 49.82%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C0C87 (or 0x7C0C87) is known color: Purple. HEX triplet: 7C, 0C and 87. RGB value is (124,12,135). Sum of RGB (Red+Green+Blue) = 124+12+135=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C0C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0C87 is #83F378. Grayscale: #3B3B3B. Windows color (decimal): -8647545 or 8850556. OLE color: 8850556.

HSL color Cylindrical-coordinate representation of color #7C0C87: hue angle of 294.63º 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 #7C0C87 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 12 135 -
CMYK 0.08 0.91 0 0.47
HSL 294.63º 0.84% 0.29% -
HSV(B) 294.63º 0.91% 0.53% -
XYZ 12.82 6.3 23.46 -
YUV 59.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 124 12 135 0.08 0.91 0 0.47 294.63 0.84 0.29
Hex 7C C 87 8 5B 0 2F 127 54 1D
Octal 174 14 207 10 133 0 57 447 124 35
Binary 1111100 1100 10000111 1000 1011011 0 101111 100100111 1010100 11101

Color Harmonies of #7C0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0C87

Black with #7C0C87

Text Example


Text Example

White with #7C0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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