Html Css Color HEX #973075 Dark Purple

📋 copy color: '#973075'

red 151 ◦ green 48 ◦ blue 117

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

Shades of Dark Purple #973075

Tints of Dark Purple #973075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 47.78%
G = 15.19%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#973075 (or 0x973075) is known color: Dark Purple. HEX triplet: 97, 30 and 75. RGB value is (151,48,117). Sum of RGB (Red+Green+Blue) = 151+48+117=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #973075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973075 is #68CF8A. Grayscale: #565656. Windows color (decimal): -6868875 or 7680151. OLE color: 7680151.

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

Color convert

RGB 151 48 117 -
CMYK 0 0.68 0.23 0.41
HSL 319.81º 0.52% 0.39% -
HSV(B) 319.81º 0.68% 0.59% -
XYZ 17.03 9.98 17.86 -
YUV 86.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 151 48 117 0 0.68 0.23 0.41 319.81 0.52 0.39
Hex 97 30 75 0 44 17 29 140 34 27
Octal 227 60 165 0 104 27 51 500 64 47
Binary 10010111 110000 1110101 0 1000100 10111 101001 101000000 110100 100111

Color Harmonies of #973075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973075

Black with #973075

Text Example


Text Example

White with #973075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973075; }

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

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

background-color css

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

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

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

border-color css

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

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

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