Html Css Color HEX #7F2466 Dark Purple

📋 copy color: '#7F2466'

red 127 ◦ green 36 ◦ blue 102

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

Shades of Dark Purple #7F2466

Tints of Dark Purple #7F2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 47.92%
G = 13.58%
B = 38.49%

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

#7F2466 (or 0x7F2466) is known color: Dark Purple. HEX triplet: 7F, 24 and 66. RGB value is (127,36,102). Sum of RGB (Red+Green+Blue) = 127+36+102=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2466 is #80DB99. Grayscale: #464646. Windows color (decimal): -8444826 or 6694015. OLE color: 6694015.

HSL color Cylindrical-coordinate representation of color #7F2466: hue angle of 316.48º degrees, saturation: 0.56, 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 #7F2466 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 36 102 -
CMYK 0 0.72 0.20 0.50
HSL 316.48º 0.56% 0.32% -
HSV(B) 316.48º 0.72% 0.5% -
XYZ 11.78 6.73 13.25 -
YUV 70.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 127 36 102 0 0.72 0.20 0.50 316.48 0.56 0.32
Hex 7F 24 66 0 48 14 32 13C 38 20
Octal 177 44 146 0 110 24 62 474 70 40
Binary 1111111 100100 1100110 0 1001000 10100 110010 100111100 111000 100000

Color Harmonies of #7F2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2466

Black with #7F2466

Text Example


Text Example

White with #7F2466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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