Html Css Color HEX #971A7A Dark Purple

📋 copy color: '#971A7A'

red 151 ◦ green 26 ◦ blue 122

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

Shades of Dark Purple #971A7A

Tints of Dark Purple #971A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 50.5%
G = 8.7%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#971A7A (or 0x971A7A) is known color: Dark Purple. HEX triplet: 97, 1A and 7A. RGB value is (151,26,122). Sum of RGB (Red+Green+Blue) = 151+26+122=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #971A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A7A is #68E585. Grayscale: #4A4A4A. Windows color (decimal): -6874502 or 8002199. OLE color: 8002199.

HSL color Cylindrical-coordinate representation of color #971A7A: hue angle of 313.92º 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 #971A7A is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 26 122 -
CMYK 0 0.83 0.19 0.41
HSL 313.92º 0.71% 0.35% -
HSV(B) 313.92º 0.83% 0.59% -
XYZ 16.64 8.72 19.22 -
YUV 74.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 151 26 122 0 0.83 0.19 0.41 313.92 0.71 0.35
Hex 97 1A 7A 0 53 13 29 13A 47 23
Octal 227 32 172 0 123 23 51 472 107 43
Binary 10010111 11010 1111010 0 1010011 10011 101001 100111010 1000111 100011

Color Harmonies of #971A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A7A

Black with #971A7A

Text Example


Text Example

White with #971A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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