Html Css Color HEX #7F2A72 Dark Purple

📋 copy color: '#7F2A72'

red 127 ◦ green 42 ◦ blue 114

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

Shades of Dark Purple #7F2A72

Tints of Dark Purple #7F2A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 44.88%
G = 14.84%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F2A72 (or 0x7F2A72) is known color: Dark Purple. HEX triplet: 7F, 2A and 72. RGB value is (127,42,114). Sum of RGB (Red+Green+Blue) = 127+42+114=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2A72 is #80D58D. Grayscale: #4B4B4B. Windows color (decimal): -8443278 or 7481983. OLE color: 7481983.

HSL color Cylindrical-coordinate representation of color #7F2A72: hue angle of 309.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F2A72 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 42 114 -
CMYK 0 0.67 0.10 0.50
HSL 309.18º 0.5% 0.33% -
HSV(B) 309.18º 0.67% 0.5% -
XYZ 12.62 7.38 16.68 -
YUV 75.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 127 42 114 0 0.67 0.10 0.50 309.18 0.5 0.33
Hex 7F 2A 72 0 43 A 32 135 32 21
Octal 177 52 162 0 103 12 62 465 62 41
Binary 1111111 101010 1110010 0 1000011 1010 110010 100110101 110010 100001

Color Harmonies of #7F2A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2A72

Black with #7F2A72

Text Example


Text Example

White with #7F2A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,42,114); }

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

background-color css

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

 a { background-color: rgb(127,42,114); }

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

border-color css

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

 span { border-color: rgb(127,42,114); }

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