Html Css Color HEX #7F1175 Dark Purple

📋 copy color: '#7F1175'

red 127 ◦ green 17 ◦ blue 117

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

Shades of Dark Purple #7F1175

Tints of Dark Purple #7F1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 48.66%
G = 6.51%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F1175 (or 0x7F1175) is known color: Dark Purple. HEX triplet: 7F, 11 and 75. RGB value is (127,17,117). Sum of RGB (Red+Green+Blue) = 127+17+117=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1175 is #80EE8A. Grayscale: #3D3D3D. Windows color (decimal): -8449675 or 7672191. OLE color: 7672191.

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

Color convert

RGB 127 17 117 -
CMYK 0 0.87 0.08 0.50
HSL 305.45º 0.76% 0.28% -
HSV(B) 305.45º 0.87% 0.5% -
XYZ 12.16 6.2 17.38 -
YUV 61.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 127 17 117 0 0.87 0.08 0.50 305.45 0.76 0.28
Hex 7F 11 75 0 57 8 32 131 4C 1C
Octal 177 21 165 0 127 10 62 461 114 34
Binary 1111111 10001 1110101 0 1010111 1000 110010 100110001 1001100 11100

Color Harmonies of #7F1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1175

Black with #7F1175

Text Example


Text Example

White with #7F1175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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