Html Css Color HEX #972275 Dark Purple

📋 copy color: '#972275'

red 151 ◦ green 34 ◦ blue 117

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

Shades of Dark Purple #972275

Tints of Dark Purple #972275

RGB

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

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

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

R = 50%
G = 11.26%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#972275 (or 0x972275) is known color: Dark Purple. HEX triplet: 97, 22 and 75. RGB value is (151,34,117). Sum of RGB (Red+Green+Blue) = 151+34+117=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972275 is #68DD8A. Grayscale: #4E4E4E. Windows color (decimal): -6872459 or 7676567. OLE color: 7676567.

HSL color Cylindrical-coordinate representation of color #972275: hue angle of 317.44º 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 #972275 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 34 117 -
CMYK 0 0.77 0.23 0.41
HSL 317.44º 0.63% 0.36% -
HSV(B) 317.44º 0.77% 0.59% -
XYZ 16.55 9.01 17.7 -
YUV 78.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 151 34 117 0 0.77 0.23 0.41 317.44 0.63 0.36
Hex 97 22 75 0 4D 17 29 13D 3F 24
Octal 227 42 165 0 115 27 51 475 77 44
Binary 10010111 100010 1110101 0 1001101 10111 101001 100111101 111111 100100

Color Harmonies of #972275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972275

Black with #972275

Text Example


Text Example

White with #972275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972275; }

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

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

background-color css

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

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

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

border-color css

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

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

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