Html Css Color HEX #862E67 Dark Purple

📋 copy color: '#862E67'

red 134 ◦ green 46 ◦ blue 103

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

Shades of Dark Purple #862E67

Tints of Dark Purple #862E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

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

R = 47.35%
G = 16.25%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#862E67 (or 0x862E67) is known color: Dark Purple. HEX triplet: 86, 2E and 67. RGB value is (134,46,103). Sum of RGB (Red+Green+Blue) = 134+46+103=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #862E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E67 is #79D198. Grayscale: #4E4E4E. Windows color (decimal): -7983513 or 6762118. OLE color: 6762118.

HSL color Cylindrical-coordinate representation of color #862E67: hue angle of 321.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E67 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 46 103 -
CMYK 0 0.66 0.23 0.47
HSL 321.14º 0.49% 0.35% -
HSV(B) 321.14º 0.66% 0.53% -
XYZ 13.26 8 13.68 -
YUV 78.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 134 46 103 0 0.66 0.23 0.47 321.14 0.49 0.35
Hex 86 2E 67 0 42 17 2F 141 31 23
Octal 206 56 147 0 102 27 57 501 61 43
Binary 10000110 101110 1100111 0 1000010 10111 101111 101000001 110001 100011

Color Harmonies of #862E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862E67

Black with #862E67

Text Example


Text Example

White with #862E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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