Html Css Color HEX #862567 Dark Purple

📋 copy color: '#862567'

red 134 ◦ green 37 ◦ blue 103

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

Shades of Dark Purple #862567

Tints of Dark Purple #862567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 48.91%
G = 13.5%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#862567 (or 0x862567) is known color: Dark Purple. HEX triplet: 86, 25 and 67. RGB value is (134,37,103). Sum of RGB (Red+Green+Blue) = 134+37+103=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862567 is #79DA98. Grayscale: #494949. Windows color (decimal): -7985817 or 6759814. OLE color: 6759814.

HSL color Cylindrical-coordinate representation of color #862567: hue angle of 319.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862567 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 103 -
CMYK 0 0.72 0.23 0.47
HSL 319.18º 0.57% 0.34% -
HSV(B) 319.18º 0.72% 0.53% -
XYZ 12.94 7.37 13.57 -
YUV 73.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 134 37 103 0 0.72 0.23 0.47 319.18 0.57 0.34
Hex 86 25 67 0 48 17 2F 13F 39 22
Octal 206 45 147 0 110 27 57 477 71 42
Binary 10000110 100101 1100111 0 1001000 10111 101111 100111111 111001 100010

Color Harmonies of #862567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862567

Black with #862567

Text Example


Text Example

White with #862567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862567; }

 p { color: rgb(134,37,103); }

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

background-color css

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

 a { background-color: rgb(134,37,103); }

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

border-color css

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

 span { border-color: rgb(134,37,103); }

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