Html Css Color HEX #7F2D7A Dark Purple

📋 copy color: '#7F2D7A'

red 127 ◦ green 45 ◦ blue 122

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

Shades of Dark Purple #7F2D7A

Tints of Dark Purple #7F2D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 122 (48.05% from 255) = 41.5%

R = 43.2%
G = 15.31%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F2D7A (or 0x7F2D7A) is known color: Dark Purple. HEX triplet: 7F, 2D and 7A. RGB value is (127,45,122). Sum of RGB (Red+Green+Blue) = 127+45+122=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2D7A is #80D285. Grayscale: #4E4E4E. Windows color (decimal): -8442502 or 8007039. OLE color: 8007039.

HSL color Cylindrical-coordinate representation of color #7F2D7A: hue angle of 303.66º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2D7A is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 45 122 -
CMYK 0 0.65 0.04 0.50
HSL 303.66º 0.48% 0.34% -
HSV(B) 303.66º 0.65% 0.5% -
XYZ 13.2 7.79 19.22 -
YUV 78.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 127 45 122 0 0.65 0.04 0.50 303.66 0.48 0.34
Hex 7F 2D 7A 0 41 4 32 130 30 22
Octal 177 55 172 0 101 4 62 460 60 42
Binary 1111111 101101 1111010 0 1000001 100 110010 100110000 110000 100010

Color Harmonies of #7F2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2D7A

Black with #7F2D7A

Text Example


Text Example

White with #7F2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,45,122); }

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

background-color css

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

 a { background-color: rgb(127,45,122); }

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

border-color css

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

 span { border-color: rgb(127,45,122); }

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