Html Css Color HEX #7F1874 Dark Purple

📋 copy color: '#7F1874'

red 127 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #7F1874

Tints of Dark Purple #7F1874

RGB

 RED value IS 127 (50% from 255) = 47.57%

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 116 (45.7% from 255) = 43.45%

R = 47.57%
G = 8.99%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F1874 (or 0x7F1874) is known color: Dark Purple. HEX triplet: 7F, 18 and 74. RGB value is (127,24,116). Sum of RGB (Red+Green+Blue) = 127+24+116=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1874 is #80E78B. Grayscale: #414141. Windows color (decimal): -8447884 or 7608447. OLE color: 7608447.

HSL color Cylindrical-coordinate representation of color #7F1874: hue angle of 306.41º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F1874 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 24 116 -
CMYK 0 0.81 0.09 0.50
HSL 306.41º 0.68% 0.3% -
HSV(B) 306.41º 0.81% 0.5% -
XYZ 12.23 6.43 17.12 -
YUV 65.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 127 24 116 0 0.81 0.09 0.50 306.41 0.68 0.3
Hex 7F 18 74 0 51 9 32 132 44 1E
Octal 177 30 164 0 121 11 62 462 104 36
Binary 1111111 11000 1110100 0 1010001 1001 110010 100110010 1000100 11110

Color Harmonies of #7F1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1874

Black with #7F1874

Text Example


Text Example

White with #7F1874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,24,116); }

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

background-color css

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

 a { background-color: rgb(127,24,116); }

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

border-color css

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

 span { border-color: rgb(127,24,116); }

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