Html Css Color HEX #971A70 Dark Purple

📋 copy color: '#971A70'

red 151 ◦ green 26 ◦ blue 112

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

Shades of Dark Purple #971A70

Tints of Dark Purple #971A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 52.25%
G = 9%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#971A70 (or 0x971A70) is known color: Dark Purple. HEX triplet: 97, 1A and 70. RGB value is (151,26,112). Sum of RGB (Red+Green+Blue) = 151+26+112=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #971A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A70 is #68E58F. Grayscale: #484848. Windows color (decimal): -6874512 or 7346839. OLE color: 7346839.

HSL color Cylindrical-coordinate representation of color #971A70: hue angle of 318.72º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A70 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 26 112 -
CMYK 0 0.83 0.26 0.41
HSL 318.72º 0.71% 0.35% -
HSV(B) 318.72º 0.83% 0.59% -
XYZ 16.06 8.49 16.12 -
YUV 73.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 151 26 112 0 0.83 0.26 0.41 318.72 0.71 0.35
Hex 97 1A 70 0 53 1A 29 13F 47 23
Octal 227 32 160 0 123 32 51 477 107 43
Binary 10010111 11010 1110000 0 1010011 11010 101001 100111111 1000111 100011

Color Harmonies of #971A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A70

Black with #971A70

Text Example


Text Example

White with #971A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971A70; }

 p { color: rgb(151,26,112); }

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

background-color css

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

 a { background-color: rgb(151,26,112); }

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

border-color css

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

 span { border-color: rgb(151,26,112); }

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