Html Css Color HEX #862278 Dark Purple

📋 copy color: '#862278'

red 134 ◦ green 34 ◦ blue 120

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

Shades of Dark Purple #862278

Tints of Dark Purple #862278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 46.53%
G = 11.81%
B = 41.67%

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

#862278 (or 0x862278) is known color: Dark Purple. HEX triplet: 86, 22 and 78. RGB value is (134,34,120). Sum of RGB (Red+Green+Blue) = 134+34+120=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #862278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862278 is #79DD87. Grayscale: #494949. Windows color (decimal): -7986568 or 7873158. OLE color: 7873158.

HSL color Cylindrical-coordinate representation of color #862278: hue angle of 308.4º 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 #862278 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 120 -
CMYK 0 0.75 0.10 0.47
HSL 308.4º 0.6% 0.33% -
HSV(B) 308.4º 0.75% 0.53% -
XYZ 13.79 7.57 18.5 -
YUV 73.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 134 34 120 0 0.75 0.10 0.47 308.4 0.6 0.33
Hex 86 22 78 0 4B A 2F 134 3C 21
Octal 206 42 170 0 113 12 57 464 74 41
Binary 10000110 100010 1111000 0 1001011 1010 101111 100110100 111100 100001

Color Harmonies of #862278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862278

Black with #862278

Text Example


Text Example

White with #862278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862278; }

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

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

background-color css

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

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

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

border-color css

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

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

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