Html Css Color HEX #973488 Dark Purple

📋 copy color: '#973488'

red 151 ◦ green 52 ◦ blue 136

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

Shades of Dark Purple #973488

Tints of Dark Purple #973488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 44.54%
G = 15.34%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#973488 (or 0x973488) is known color: Dark Purple. HEX triplet: 97, 34 and 88. RGB value is (151,52,136). Sum of RGB (Red+Green+Blue) = 151+52+136=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #973488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973488 is #68CB77. Grayscale: #5A5A5A. Windows color (decimal): -6867832 or 8926359. OLE color: 8926359.

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

Color convert

RGB 151 52 136 -
CMYK 0 0.66 0.10 0.41
HSL 309.09º 0.49% 0.4% -
HSV(B) 309.09º 0.66% 0.59% -
XYZ 18.43 10.81 24.41 -
YUV 91.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 151 52 136 0 0.66 0.10 0.41 309.09 0.49 0.4
Hex 97 34 88 0 42 A 29 135 31 28
Octal 227 64 210 0 102 12 51 465 61 50
Binary 10010111 110100 10001000 0 1000010 1010 101001 100110101 110001 101000

Color Harmonies of #973488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973488

Black with #973488

Text Example


Text Example

White with #973488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973488; }

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

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

background-color css

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

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

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

border-color css

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

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

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