Html Css Color HEX #973070 Dark Purple

📋 copy color: '#973070'

red 151 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #973070

Tints of Dark Purple #973070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 48.55%
G = 15.43%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#973070 (or 0x973070) is known color: Dark Purple. HEX triplet: 97, 30 and 70. RGB value is (151,48,112). Sum of RGB (Red+Green+Blue) = 151+48+112=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #973070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973070 is #68CF8F. Grayscale: #555555. Windows color (decimal): -6868880 or 7352471. OLE color: 7352471.

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

Color convert

RGB 151 48 112 -
CMYK 0 0.68 0.26 0.41
HSL 322.72º 0.52% 0.39% -
HSV(B) 322.72º 0.68% 0.59% -
XYZ 16.74 9.86 16.35 -
YUV 86.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 151 48 112 0 0.68 0.26 0.41 322.72 0.52 0.39
Hex 97 30 70 0 44 1A 29 143 34 27
Octal 227 60 160 0 104 32 51 503 64 47
Binary 10010111 110000 1110000 0 1000100 11010 101001 101000011 110100 100111

Color Harmonies of #973070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973070

Black with #973070

Text Example


Text Example

White with #973070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973070; }

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

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

background-color css

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

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

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

border-color css

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

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

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