Html Css Color HEX #7F1475 Dark Purple

📋 copy color: '#7F1475'

red 127 ◦ green 20 ◦ blue 117

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

Shades of Dark Purple #7F1475

Tints of Dark Purple #7F1475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 48.11%
G = 7.58%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F1475 (or 0x7F1475) is known color: Dark Purple. HEX triplet: 7F, 14 and 75. RGB value is (127,20,117). Sum of RGB (Red+Green+Blue) = 127+20+117=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1475 is #80EB8A. Grayscale: #3E3E3E. Windows color (decimal): -8448907 or 7672959. OLE color: 7672959.

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

Color convert

RGB 127 20 117 -
CMYK 0 0.84 0.08 0.50
HSL 305.61º 0.73% 0.29% -
HSV(B) 305.61º 0.84% 0.5% -
XYZ 12.21 6.3 17.4 -
YUV 63.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 127 20 117 0 0.84 0.08 0.50 305.61 0.73 0.29
Hex 7F 14 75 0 54 8 32 132 49 1D
Octal 177 24 165 0 124 10 62 462 111 35
Binary 1111111 10100 1110101 0 1010100 1000 110010 100110010 1001001 11101

Color Harmonies of #7F1475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1475

Black with #7F1475

Text Example


Text Example

White with #7F1475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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