Html Css Color HEX #971275 Dark Purple

📋 copy color: '#971275'

red 151 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #971275

Tints of Dark Purple #971275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 52.8%
G = 6.29%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#971275 (or 0x971275) is known color: Dark Purple. HEX triplet: 97, 12 and 75. RGB value is (151,18,117). Sum of RGB (Red+Green+Blue) = 151+18+117=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #971275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971275 is #68ED8A. Grayscale: #444444. Windows color (decimal): -6876555 or 7672471. OLE color: 7672471.

HSL color Cylindrical-coordinate representation of color #971275: hue angle of 315.34º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971275 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 117 -
CMYK 0 0.88 0.23 0.41
HSL 315.34º 0.79% 0.33% -
HSV(B) 315.34º 0.88% 0.59% -
XYZ 16.19 8.3 17.58 -
YUV 69.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 151 18 117 0 0.88 0.23 0.41 315.34 0.79 0.33
Hex 97 12 75 0 58 17 29 13B 4F 21
Octal 227 22 165 0 130 27 51 473 117 41
Binary 10010111 10010 1110101 0 1011000 10111 101001 100111011 1001111 100001

Color Harmonies of #971275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971275

Black with #971275

Text Example


Text Example

White with #971275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971275; }

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

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

background-color css

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

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

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

border-color css

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

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

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