Html Css Color HEX #7F1566 Dark Purple

📋 copy color: '#7F1566'

red 127 ◦ green 21 ◦ blue 102

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

Shades of Dark Purple #7F1566

Tints of Dark Purple #7F1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 50.8%
G = 8.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F1566 (or 0x7F1566) is known color: Dark Purple. HEX triplet: 7F, 15 and 66. RGB value is (127,21,102). Sum of RGB (Red+Green+Blue) = 127+21+102=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1566 is #80EA99. Grayscale: #3D3D3D. Windows color (decimal): -8448666 or 6690175. OLE color: 6690175.

HSL color Cylindrical-coordinate representation of color #7F1566: hue angle of 314.15º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1566 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 21 102 -
CMYK 0 0.83 0.20 0.50
HSL 314.15º 0.72% 0.29% -
HSV(B) 314.15º 0.83% 0.5% -
XYZ 11.42 6.01 13.13 -
YUV 61.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 127 21 102 0 0.83 0.20 0.50 314.15 0.72 0.29
Hex 7F 15 66 0 53 14 32 13A 48 1D
Octal 177 25 146 0 123 24 62 472 110 35
Binary 1111111 10101 1100110 0 1010011 10100 110010 100111010 1001000 11101

Color Harmonies of #7F1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1566

Black with #7F1566

Text Example


Text Example

White with #7F1566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,102); }

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

background-color css

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

 a { background-color: rgb(127,21,102); }

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

border-color css

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

 span { border-color: rgb(127,21,102); }

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