Html Css Color HEX #7F1775 Dark Purple

📋 copy color: '#7F1775'

red 127 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #7F1775

Tints of Dark Purple #7F1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 47.57%
G = 8.61%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F1775 (or 0x7F1775) is known color: Dark Purple. HEX triplet: 7F, 17 and 75. RGB value is (127,23,117). Sum of RGB (Red+Green+Blue) = 127+23+117=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1775 is #80E88A. Grayscale: #404040. Windows color (decimal): -8448139 or 7673727. OLE color: 7673727.

HSL color Cylindrical-coordinate representation of color #7F1775: hue angle of 305.77º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1775 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 117 -
CMYK 0 0.82 0.08 0.50
HSL 305.77º 0.69% 0.29% -
HSV(B) 305.77º 0.82% 0.5% -
XYZ 12.27 6.41 17.42 -
YUV 64.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 127 23 117 0 0.82 0.08 0.50 305.77 0.69 0.29
Hex 7F 17 75 0 52 8 32 132 45 1D
Octal 177 27 165 0 122 10 62 462 105 35
Binary 1111111 10111 1110101 0 1010010 1000 110010 100110010 1000101 11101

Color Harmonies of #7F1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1775

Black with #7F1775

Text Example


Text Example

White with #7F1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,23,117); }

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

background-color css

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

 a { background-color: rgb(127,23,117); }

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

border-color css

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

 span { border-color: rgb(127,23,117); }

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