Html Css Color HEX #973380 Dark Purple

📋 copy color: '#973380'

red 151 ◦ green 51 ◦ blue 128

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

Shades of Dark Purple #973380

Tints of Dark Purple #973380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 45.76%
G = 15.45%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#973380 (or 0x973380) is known color: Dark Purple. HEX triplet: 97, 33 and 80. RGB value is (151,51,128). Sum of RGB (Red+Green+Blue) = 151+51+128=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #973380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973380 is #68CC7F. Grayscale: #595959. Windows color (decimal): -6868096 or 8401815. OLE color: 8401815.

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

Color convert

RGB 151 51 128 -
CMYK 0 0.66 0.15 0.41
HSL 313.8º 0.5% 0.4% -
HSV(B) 313.8º 0.66% 0.59% -
XYZ 17.84 10.51 21.51 -
YUV 89.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 151 51 128 0 0.66 0.15 0.41 313.8 0.5 0.4
Hex 97 33 80 0 42 F 29 13A 32 28
Octal 227 63 200 0 102 17 51 472 62 50
Binary 10010111 110011 10000000 0 1000010 1111 101001 100111010 110010 101000

Color Harmonies of #973380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973380

Black with #973380

Text Example


Text Example

White with #973380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973380; }

 p { color: rgb(151,51,128); }

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

background-color css

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

 a { background-color: rgb(151,51,128); }

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

border-color css

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

 span { border-color: rgb(151,51,128); }

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