Html Css Color HEX #973071 Dark Purple

📋 copy color: '#973071'

red 151 ◦ green 48 ◦ blue 113

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

Shades of Dark Purple #973071

Tints of Dark Purple #973071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 48.4%
G = 15.38%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#973071 (or 0x973071) is known color: Dark Purple. HEX triplet: 97, 30 and 71. RGB value is (151,48,113). Sum of RGB (Red+Green+Blue) = 151+48+113=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #973071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973071 is #68CF8E. Grayscale: #565656. Windows color (decimal): -6868879 or 7418007. OLE color: 7418007.

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

Color convert

RGB 151 48 113 -
CMYK 0 0.68 0.25 0.41
HSL 322.14º 0.52% 0.39% -
HSV(B) 322.14º 0.68% 0.59% -
XYZ 16.8 9.89 16.65 -
YUV 86.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 151 48 113 0 0.68 0.25 0.41 322.14 0.52 0.39
Hex 97 30 71 0 44 19 29 142 34 27
Octal 227 60 161 0 104 31 51 502 64 47
Binary 10010111 110000 1110001 0 1000100 11001 101001 101000010 110100 100111

Color Harmonies of #973071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973071

Black with #973071

Text Example


Text Example

White with #973071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973071; }

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

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

background-color css

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

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

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

border-color css

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

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

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