Html Css Color HEX #97407D Dark Purple

📋 copy color: '#97407D'

red 151 ◦ green 64 ◦ blue 125

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

Shades of Dark Purple #97407D

Tints of Dark Purple #97407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 44.41%
G = 18.82%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97407D (or 0x97407D) is known color: Dark Purple. HEX triplet: 97, 40 and 7D. RGB value is (151,64,125). Sum of RGB (Red+Green+Blue) = 151+64+125=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #97407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97407D is #68BF82. Grayscale: #606060. Windows color (decimal): -6864771 or 8208535. OLE color: 8208535.

HSL color Cylindrical-coordinate representation of color #97407D: hue angle of 317.93º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97407D is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 125 -
CMYK 0 0.58 0.17 0.41
HSL 317.93º 0.4% 0.42% -
HSV(B) 317.93º 0.58% 0.59% -
XYZ 18.3 11.73 20.7 -
YUV 96.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 151 64 125 0 0.58 0.17 0.41 317.93 0.4 0.42
Hex 97 40 7D 0 3A 11 29 13E 28 2A
Octal 227 100 175 0 72 21 51 476 50 52
Binary 10010111 1000000 1111101 0 111010 10001 101001 100111110 101000 101010

Color Harmonies of #97407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97407D

Black with #97407D

Text Example


Text Example

White with #97407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97407D; }

 p { color: rgb(151,64,125); }

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

background-color css

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

 a { background-color: rgb(151,64,125); }

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

border-color css

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

 span { border-color: rgb(151,64,125); }

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