Html Css Color HEX #970F7C Dark Purple

📋 copy color: '#970F7C'

red 151 ◦ green 15 ◦ blue 124

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

Shades of Dark Purple #970F7C

Tints of Dark Purple #970F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 52.07%
G = 5.17%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#970F7C (or 0x970F7C) is known color: Dark Purple. HEX triplet: 97, 0F and 7C. RGB value is (151,15,124). Sum of RGB (Red+Green+Blue) = 151+15+124=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #970F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F7C is #68F083. Grayscale: #434343. Windows color (decimal): -6877316 or 8130455. OLE color: 8130455.

HSL color Cylindrical-coordinate representation of color #970F7C: hue angle of 311.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F7C is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 124 -
CMYK 0 0.90 0.18 0.41
HSL 311.91º 0.82% 0.33% -
HSV(B) 311.91º 0.9% 0.59% -
XYZ 16.57 8.38 19.81 -
YUV 68.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 151 15 124 0 0.90 0.18 0.41 311.91 0.82 0.33
Hex 97 F 7C 0 5A 12 29 138 52 21
Octal 227 17 174 0 132 22 51 470 122 41
Binary 10010111 1111 1111100 0 1011010 10010 101001 100111000 1010010 100001

Color Harmonies of #970F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F7C

Black with #970F7C

Text Example


Text Example

White with #970F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,124); }

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

background-color css

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

 a { background-color: rgb(151,15,124); }

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

border-color css

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

 span { border-color: rgb(151,15,124); }

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