Html Css Color HEX #7F2366 Dark Purple

📋 copy color: '#7F2366'

red 127 ◦ green 35 ◦ blue 102

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

Shades of Dark Purple #7F2366

Tints of Dark Purple #7F2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

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

R = 48.11%
G = 13.26%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F2366 (or 0x7F2366) is known color: Dark Purple. HEX triplet: 7F, 23 and 66. RGB value is (127,35,102). Sum of RGB (Red+Green+Blue) = 127+35+102=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2366 is #80DC99. Grayscale: #454545. Windows color (decimal): -8445082 or 6693759. OLE color: 6693759.

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

Color convert

RGB 127 35 102 -
CMYK 0 0.72 0.20 0.50
HSL 316.3º 0.57% 0.32% -
HSV(B) 316.3º 0.72% 0.5% -
XYZ 11.75 6.67 13.24 -
YUV 70.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 127 35 102 0 0.72 0.20 0.50 316.3 0.57 0.32
Hex 7F 23 66 0 48 14 32 13C 39 20
Octal 177 43 146 0 110 24 62 474 71 40
Binary 1111111 100011 1100110 0 1001000 10100 110010 100111100 111001 100000

Color Harmonies of #7F2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2366

Black with #7F2366

Text Example


Text Example

White with #7F2366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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