Html Css Color HEX #7F155D Dark Purple

📋 copy color: '#7F155D'

red 127 ◦ green 21 ◦ blue 93

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

Shades of Dark Purple #7F155D

Tints of Dark Purple #7F155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 52.7%
G = 8.71%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F155D (or 0x7F155D) is known color: Dark Purple. HEX triplet: 7F, 15 and 5D. RGB value is (127,21,93). Sum of RGB (Red+Green+Blue) = 127+21+93=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F155D is #80EAA2. Grayscale: #3C3C3C. Windows color (decimal): -8448675 or 6100351. OLE color: 6100351.

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

Color convert

RGB 127 21 93 -
CMYK 0 0.83 0.27 0.50
HSL 319.25º 0.72% 0.29% -
HSV(B) 319.25º 0.83% 0.5% -
XYZ 11 5.84 10.9 -
YUV 60.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 127 21 93 0 0.83 0.27 0.50 319.25 0.72 0.29
Hex 7F 15 5D 0 53 1B 32 13F 48 1D
Octal 177 25 135 0 123 33 62 477 110 35
Binary 1111111 10101 1011101 0 1010011 11011 110010 100111111 1001000 11101

Color Harmonies of #7F155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F155D

Black with #7F155D

Text Example


Text Example

White with #7F155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,93); }

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

background-color css

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

 a { background-color: rgb(127,21,93); }

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

border-color css

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

 span { border-color: rgb(127,21,93); }

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