Html Css Color HEX #972277 Dark Purple

📋 copy color: '#972277'

red 151 ◦ green 34 ◦ blue 119

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

Shades of Dark Purple #972277

Tints of Dark Purple #972277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

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

R = 49.67%
G = 11.18%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#972277 (or 0x972277) is known color: Dark Purple. HEX triplet: 97, 22 and 77. RGB value is (151,34,119). Sum of RGB (Red+Green+Blue) = 151+34+119=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #972277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972277 is #68DD88. Grayscale: #4E4E4E. Windows color (decimal): -6872457 or 7807639. OLE color: 7807639.

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

Color convert

RGB 151 34 119 -
CMYK 0 0.77 0.21 0.41
HSL 316.41º 0.63% 0.36% -
HSV(B) 316.41º 0.77% 0.59% -
XYZ 16.66 9.06 18.32 -
YUV 78.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 151 34 119 0 0.77 0.21 0.41 316.41 0.63 0.36
Hex 97 22 77 0 4D 15 29 13C 3F 24
Octal 227 42 167 0 115 25 51 474 77 44
Binary 10010111 100010 1110111 0 1001101 10101 101001 100111100 111111 100100

Color Harmonies of #972277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972277

Black with #972277

Text Example


Text Example

White with #972277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972277; }

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

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

background-color css

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

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

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

border-color css

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

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

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