Html Css Color HEX #97377F Dark Purple

📋 copy color: '#97377F'

red 151 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #97377F

Tints of Dark Purple #97377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 127 (50% from 255) = 38.14%

R = 45.35%
G = 16.52%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97377F (or 0x97377F) is known color: Dark Purple. HEX triplet: 97, 37 and 7F. RGB value is (151,55,127). Sum of RGB (Red+Green+Blue) = 151+55+127=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #97377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97377F is #68C880. Grayscale: #5B5B5B. Windows color (decimal): -6867073 or 8337303. OLE color: 8337303.

HSL color Cylindrical-coordinate representation of color #97377F: hue angle of 315º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97377F is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 127 -
CMYK 0 0.64 0.16 0.41
HSL 315º 0.47% 0.4% -
HSV(B) 315º 0.64% 0.59% -
XYZ 17.96 10.84 21.23 -
YUV 91.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 151 55 127 0 0.64 0.16 0.41 315 0.47 0.4
Hex 97 37 7F 0 40 10 29 13B 2F 28
Octal 227 67 177 0 100 20 51 473 57 50
Binary 10010111 110111 1111111 0 1000000 10000 101001 100111011 101111 101000

Color Harmonies of #97377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97377F

Black with #97377F

Text Example


Text Example

White with #97377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97377F; }

 p { color: rgb(151,55,127); }

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

background-color css

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

 a { background-color: rgb(151,55,127); }

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

border-color css

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

 span { border-color: rgb(151,55,127); }

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