Html Css Color HEX #862178 Dark Purple

📋 copy color: '#862178'

red 134 ◦ green 33 ◦ blue 120

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

Shades of Dark Purple #862178

Tints of Dark Purple #862178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 46.69%
G = 11.5%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#862178 (or 0x862178) is known color: Dark Purple. HEX triplet: 86, 21 and 78. RGB value is (134,33,120). Sum of RGB (Red+Green+Blue) = 134+33+120=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #862178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862178 is #79DE87. Grayscale: #484848. Windows color (decimal): -7986824 or 7872902. OLE color: 7872902.

HSL color Cylindrical-coordinate representation of color #862178: hue angle of 308.32º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862178 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 120 -
CMYK 0 0.75 0.10 0.47
HSL 308.32º 0.6% 0.33% -
HSV(B) 308.32º 0.75% 0.53% -
XYZ 13.77 7.51 18.49 -
YUV 73.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 134 33 120 0 0.75 0.10 0.47 308.32 0.6 0.33
Hex 86 21 78 0 4B A 2F 134 3C 21
Octal 206 41 170 0 113 12 57 464 74 41
Binary 10000110 100001 1111000 0 1001011 1010 101111 100110100 111100 100001

Color Harmonies of #862178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862178

Black with #862178

Text Example


Text Example

White with #862178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862178; }

 p { color: rgb(134,33,120); }

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

background-color css

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

 a { background-color: rgb(134,33,120); }

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

border-color css

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

 span { border-color: rgb(134,33,120); }

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