Html Css Color HEX #7F2087 Dark Purple

📋 copy color: '#7F2087'

red 127 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #7F2087

Tints of Dark Purple #7F2087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 43.2%
G = 10.88%
B = 45.92%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F2087 (or 0x7F2087) is known color: Dark Purple. HEX triplet: 7F, 20 and 87. RGB value is (127,32,135). Sum of RGB (Red+Green+Blue) = 127+32+135=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F2087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2087 is #80DF78. Grayscale: #474747. Windows color (decimal): -8445817 or 8855679. OLE color: 8855679.

HSL color Cylindrical-coordinate representation of color #7F2087: hue angle of 295.34º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2087 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 32 135 -
CMYK 0.06 0.76 0 0.47
HSL 295.34º 0.62% 0.33% -
HSV(B) 295.34º 0.76% 0.53% -
XYZ 13.64 7.29 23.61 -
YUV 72.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 127 32 135 0.06 0.76 0 0.47 295.34 0.62 0.33
Hex 7F 20 87 6 4C 0 2F 127 3E 21
Octal 177 40 207 6 114 0 57 447 76 41
Binary 1111111 100000 10000111 110 1001100 0 101111 100100111 111110 100001

Color Harmonies of #7F2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2087

Black with #7F2087

Text Example


Text Example

White with #7F2087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,135); }

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

background-color css

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

 a { background-color: rgb(127,32,135); }

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

border-color css

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

 span { border-color: rgb(127,32,135); }

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