Html Css Color HEX #973487 Dark Purple

📋 copy color: '#973487'

red 151 ◦ green 52 ◦ blue 135

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

Shades of Dark Purple #973487

Tints of Dark Purple #973487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 135 (53.13% from 255) = 39.94%

R = 44.67%
G = 15.38%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#973487 (or 0x973487) is known color: Dark Purple. HEX triplet: 97, 34 and 87. RGB value is (151,52,135). Sum of RGB (Red+Green+Blue) = 151+52+135=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #973487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973487 is #68CB78. Grayscale: #5A5A5A. Windows color (decimal): -6867833 or 8860823. OLE color: 8860823.

HSL color Cylindrical-coordinate representation of color #973487: hue angle of 309.7º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973487 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 135 -
CMYK 0 0.66 0.11 0.41
HSL 309.7º 0.49% 0.4% -
HSV(B) 309.7º 0.66% 0.59% -
XYZ 18.36 10.78 24.04 -
YUV 91.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 151 52 135 0 0.66 0.11 0.41 309.7 0.49 0.4
Hex 97 34 87 0 42 B 29 136 31 28
Octal 227 64 207 0 102 13 51 466 61 50
Binary 10010111 110100 10000111 0 1000010 1011 101001 100110110 110001 101000

Color Harmonies of #973487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973487

Black with #973487

Text Example


Text Example

White with #973487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973487; }

 p { color: rgb(151,52,135); }

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

background-color css

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

 a { background-color: rgb(151,52,135); }

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

border-color css

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

 span { border-color: rgb(151,52,135); }

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