Html Css Color HEX #972370 Dark Purple

📋 copy color: '#972370'

red 151 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #972370

Tints of Dark Purple #972370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 50.67%
G = 11.74%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#972370 (or 0x972370) is known color: Dark Purple. HEX triplet: 97, 23 and 70. RGB value is (151,35,112). Sum of RGB (Red+Green+Blue) = 151+35+112=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #972370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972370 is #68DC8F. Grayscale: #4E4E4E. Windows color (decimal): -6872208 or 7349143. OLE color: 7349143.

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

Color convert

RGB 151 35 112 -
CMYK 0 0.77 0.26 0.41
HSL 320.17º 0.62% 0.36% -
HSV(B) 320.17º 0.77% 0.59% -
XYZ 16.29 8.95 16.2 -
YUV 78.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 151 35 112 0 0.77 0.26 0.41 320.17 0.62 0.36
Hex 97 23 70 0 4D 1A 29 140 3E 24
Octal 227 43 160 0 115 32 51 500 76 44
Binary 10010111 100011 1110000 0 1001101 11010 101001 101000000 111110 100100

Color Harmonies of #972370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972370

Black with #972370

Text Example


Text Example

White with #972370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972370; }

 p { color: rgb(151,35,112); }

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

background-color css

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

 a { background-color: rgb(151,35,112); }

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

border-color css

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

 span { border-color: rgb(151,35,112); }

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