Html Css Color HEX #860A7D Purple

📋 copy color: '#860A7D'

red 134 ◦ green 10 ◦ blue 125

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

Shades of Purple #860A7D

Tints of Purple #860A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

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

R = 49.81%
G = 3.72%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#860A7D (or 0x860A7D) is known color: Purple. HEX triplet: 86, 0A and 7D. RGB value is (134,10,125). Sum of RGB (Red+Green+Blue) = 134+10+125=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #860A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A7D is #79F582. Grayscale: #3B3B3B. Windows color (decimal): -7992707 or 8194694. OLE color: 8194694.

HSL color Cylindrical-coordinate representation of color #860A7D: hue angle of 304.35º degrees, saturation: 0.86, 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 #860A7D is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 125 -
CMYK 0 0.93 0.07 0.47
HSL 304.35º 0.86% 0.28% -
HSV(B) 304.35º 0.93% 0.53% -
XYZ 13.64 6.77 19.99 -
YUV 60.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 134 10 125 0 0.93 0.07 0.47 304.35 0.86 0.28
Hex 86 A 7D 0 5D 7 2F 130 56 1C
Octal 206 12 175 0 135 7 57 460 126 34
Binary 10000110 1010 1111101 0 1011101 111 101111 100110000 1010110 11100

Color Harmonies of #860A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A7D

Black with #860A7D

Text Example


Text Example

White with #860A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A7D; }

 p { color: rgb(134,10,125); }

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

background-color css

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

 a { background-color: rgb(134,10,125); }

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

border-color css

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

 span { border-color: rgb(134,10,125); }

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