Html Css Color HEX #860970 Dark Purple

📋 copy color: '#860970'

red 134 ◦ green 9 ◦ blue 112

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

Shades of Dark Purple #860970

Tints of Dark Purple #860970

RGB

 RED value IS 134 (52.73% from 255) = 52.55%

 GREEN value IS 9 (3.91% from 255) = 3.53%

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

R = 52.55%
G = 3.53%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#860970 (or 0x860970) is known color: Dark Purple. HEX triplet: 86, 09 and 70. RGB value is (134,9,112). Sum of RGB (Red+Green+Blue) = 134+9+112=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860970 is #79F68F. Grayscale: #393939. Windows color (decimal): -7992976 or 7342470. OLE color: 7342470.

HSL color Cylindrical-coordinate representation of color #860970: hue angle of 310.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860970 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 112 -
CMYK 0 0.93 0.16 0.47
HSL 310.56º 0.87% 0.28% -
HSV(B) 310.56º 0.93% 0.53% -
XYZ 12.85 6.43 15.89 -
YUV 58.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 134 9 112 0 0.93 0.16 0.47 310.56 0.87 0.28
Hex 86 9 70 0 5D 10 2F 137 57 1C
Octal 206 11 160 0 135 20 57 467 127 34
Binary 10000110 1001 1110000 0 1011101 10000 101111 100110111 1010111 11100

Color Harmonies of #860970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860970

Black with #860970

Text Example


Text Example

White with #860970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860970; }

 p { color: rgb(134,9,112); }

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

background-color css

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

 a { background-color: rgb(134,9,112); }

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

border-color css

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

 span { border-color: rgb(134,9,112); }

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