Html Css Color HEX #972077 Dark Purple

📋 copy color: '#972077'

red 151 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #972077

Tints of Dark Purple #972077

RGB

 RED value IS 151 (59.38% from 255) = 50%

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 50%
G = 10.6%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#972077 (or 0x972077) is known color: Dark Purple. HEX triplet: 97, 20 and 77. RGB value is (151,32,119). Sum of RGB (Red+Green+Blue) = 151+32+119=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972077 is #68DF88. Grayscale: #4D4D4D. Windows color (decimal): -6872969 or 7807127. OLE color: 7807127.

HSL color Cylindrical-coordinate representation of color #972077: hue angle of 316.13º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972077 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 119 -
CMYK 0 0.79 0.21 0.41
HSL 316.13º 0.65% 0.36% -
HSV(B) 316.13º 0.79% 0.59% -
XYZ 16.61 8.94 18.3 -
YUV 77.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 151 32 119 0 0.79 0.21 0.41 316.13 0.65 0.36
Hex 97 20 77 0 4F 15 29 13C 41 24
Octal 227 40 167 0 117 25 51 474 101 44
Binary 10010111 100000 1110111 0 1001111 10101 101001 100111100 1000001 100100

Color Harmonies of #972077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972077

Black with #972077

Text Example


Text Example

White with #972077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972077; }

 p { color: rgb(151,32,119); }

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

background-color css

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

 a { background-color: rgb(151,32,119); }

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

border-color css

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

 span { border-color: rgb(151,32,119); }

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