Html Css Color HEX #862C67 Dark Purple

📋 copy color: '#862C67'

red 134 ◦ green 44 ◦ blue 103

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

Shades of Dark Purple #862C67

Tints of Dark Purple #862C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

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

R = 47.69%
G = 15.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#862C67 (or 0x862C67) is known color: Dark Purple. HEX triplet: 86, 2C and 67. RGB value is (134,44,103). Sum of RGB (Red+Green+Blue) = 134+44+103=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #862C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C67 is #79D398. Grayscale: #4D4D4D. Windows color (decimal): -7984025 or 6761606. OLE color: 6761606.

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

Color convert

RGB 134 44 103 -
CMYK 0 0.67 0.23 0.47
HSL 320.67º 0.51% 0.35% -
HSV(B) 320.67º 0.67% 0.53% -
XYZ 13.18 7.85 13.65 -
YUV 77.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 134 44 103 0 0.67 0.23 0.47 320.67 0.51 0.35
Hex 86 2C 67 0 43 17 2F 141 33 23
Octal 206 54 147 0 103 27 57 501 63 43
Binary 10000110 101100 1100111 0 1000011 10111 101111 101000001 110011 100011

Color Harmonies of #862C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C67

Black with #862C67

Text Example


Text Example

White with #862C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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