Html Css Color HEX #7F1D89 Dark Purple

📋 copy color: '#7F1D89'

red 127 ◦ green 29 ◦ blue 137

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

Shades of Dark Purple #7F1D89

Tints of Dark Purple #7F1D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 43.34%
G = 9.9%
B = 46.76%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F1D89 (or 0x7F1D89) is known color: Dark Purple. HEX triplet: 7F, 1D and 89. RGB value is (127,29,137). Sum of RGB (Red+Green+Blue) = 127+29+137=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F1D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1D89 is #80E276. Grayscale: #464646. Windows color (decimal): -8446583 or 8985983. OLE color: 8985983.

HSL color Cylindrical-coordinate representation of color #7F1D89: hue angle of 294.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F1D89 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 29 137 -
CMYK 0.07 0.79 0 0.46
HSL 294.44º 0.65% 0.33% -
HSV(B) 294.44º 0.79% 0.54% -
XYZ 13.71 7.2 24.33 -
YUV 70.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 127 29 137 0.07 0.79 0 0.46 294.44 0.65 0.33
Hex 7F 1D 89 7 4F 0 2E 126 41 21
Octal 177 35 211 7 117 0 56 446 101 41
Binary 1111111 11101 10001001 111 1001111 0 101110 100100110 1000001 100001

Color Harmonies of #7F1D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1D89

Black with #7F1D89

Text Example


Text Example

White with #7F1D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,29,137); }

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

background-color css

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

 a { background-color: rgb(127,29,137); }

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

border-color css

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

 span { border-color: rgb(127,29,137); }

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