Html Css Color HEX #971378 Dark Purple

📋 copy color: '#971378'

red 151 ◦ green 19 ◦ blue 120

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

Shades of Dark Purple #971378

Tints of Dark Purple #971378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 52.07%
G = 6.55%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#971378 (or 0x971378) is known color: Dark Purple. HEX triplet: 97, 13 and 78. RGB value is (151,19,120). Sum of RGB (Red+Green+Blue) = 151+19+120=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #971378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971378 is #68EC87. Grayscale: #454545. Windows color (decimal): -6876296 or 7869335. OLE color: 7869335.

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

Color convert

RGB 151 19 120 -
CMYK 0 0.87 0.21 0.41
HSL 314.09º 0.78% 0.33% -
HSV(B) 314.09º 0.87% 0.59% -
XYZ 16.39 8.4 18.53 -
YUV 69.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 151 19 120 0 0.87 0.21 0.41 314.09 0.78 0.33
Hex 97 13 78 0 57 15 29 13A 4E 21
Octal 227 23 170 0 127 25 51 472 116 41
Binary 10010111 10011 1111000 0 1010111 10101 101001 100111010 1001110 100001

Color Harmonies of #971378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971378

Black with #971378

Text Example


Text Example

White with #971378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971378; }

 p { color: rgb(151,19,120); }

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

background-color css

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

 a { background-color: rgb(151,19,120); }

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

border-color css

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

 span { border-color: rgb(151,19,120); }

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