Html Css Color HEX #972670 Dark Purple

📋 copy color: '#972670'

red 151 ◦ green 38 ◦ blue 112

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

Shades of Dark Purple #972670

Tints of Dark Purple #972670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 50.17%
G = 12.62%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#972670 (or 0x972670) is known color: Dark Purple. HEX triplet: 97, 26 and 70. RGB value is (151,38,112). Sum of RGB (Red+Green+Blue) = 151+38+112=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #972670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972670 is #68D98F. Grayscale: #505050. Windows color (decimal): -6871440 or 7349911. OLE color: 7349911.

HSL color Cylindrical-coordinate representation of color #972670: hue angle of 320.71º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972670 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 112 -
CMYK 0 0.75 0.26 0.41
HSL 320.71º 0.6% 0.37% -
HSV(B) 320.71º 0.75% 0.59% -
XYZ 16.38 9.14 16.23 -
YUV 80.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 151 38 112 0 0.75 0.26 0.41 320.71 0.6 0.37
Hex 97 26 70 0 4B 1A 29 141 3C 25
Octal 227 46 160 0 113 32 51 501 74 45
Binary 10010111 100110 1110000 0 1001011 11010 101001 101000001 111100 100101

Color Harmonies of #972670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972670

Black with #972670

Text Example


Text Example

White with #972670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972670; }

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

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

background-color css

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

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

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

border-color css

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

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

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