Html Css Color HEX #860C7E Purple

📋 copy color: '#860C7E'

red 134 ◦ green 12 ◦ blue 126

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

Shades of Purple #860C7E

Tints of Purple #860C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.32%

R = 49.26%
G = 4.41%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#860C7E (or 0x860C7E) is known color: Purple. HEX triplet: 86, 0C and 7E. RGB value is (134,12,126). Sum of RGB (Red+Green+Blue) = 134+12+126=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #860C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C7E is #79F381. Grayscale: #3D3D3D. Windows color (decimal): -7992194 or 8260742. OLE color: 8260742.

HSL color Cylindrical-coordinate representation of color #860C7E: hue angle of 303.93º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C7E is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 12 126 -
CMYK 0 0.91 0.06 0.47
HSL 303.93º 0.84% 0.29% -
HSV(B) 303.93º 0.91% 0.53% -
XYZ 13.73 6.84 20.33 -
YUV 61.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 134 12 126 0 0.91 0.06 0.47 303.93 0.84 0.29
Hex 86 C 7E 0 5B 6 2F 130 54 1D
Octal 206 14 176 0 133 6 57 460 124 35
Binary 10000110 1100 1111110 0 1011011 110 101111 100110000 1010100 11101

Color Harmonies of #860C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C7E

Black with #860C7E

Text Example


Text Example

White with #860C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,12,126); }

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

background-color css

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

 a { background-color: rgb(134,12,126); }

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

border-color css

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

 span { border-color: rgb(134,12,126); }

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