Html Css Color HEX #970C7D Dark Purple

📋 copy color: '#970C7D'

red 151 ◦ green 12 ◦ blue 125

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

Shades of Dark Purple #970C7D

Tints of Dark Purple #970C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 52.43%
G = 4.17%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#970C7D (or 0x970C7D) is known color: Dark Purple. HEX triplet: 97, 0C and 7D. RGB value is (151,12,125). Sum of RGB (Red+Green+Blue) = 151+12+125=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #970C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C7D is #68F382. Grayscale: #424242. Windows color (decimal): -6878083 or 8195223. OLE color: 8195223.

HSL color Cylindrical-coordinate representation of color #970C7D: hue angle of 311.22º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C7D is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 125 -
CMYK 0 0.92 0.17 0.41
HSL 311.22º 0.85% 0.32% -
HSV(B) 311.22º 0.92% 0.59% -
XYZ 16.6 8.32 20.13 -
YUV 66.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 151 12 125 0 0.92 0.17 0.41 311.22 0.85 0.32
Hex 97 C 7D 0 5C 11 29 137 55 20
Octal 227 14 175 0 134 21 51 467 125 40
Binary 10010111 1100 1111101 0 1011100 10001 101001 100110111 1010101 100000

Color Harmonies of #970C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C7D

Black with #970C7D

Text Example


Text Example

White with #970C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970C7D; }

 p { color: rgb(151,12,125); }

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

background-color css

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

 a { background-color: rgb(151,12,125); }

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

border-color css

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

 span { border-color: rgb(151,12,125); }

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