Html Css Color HEX #862463 Dark Purple

📋 copy color: '#862463'

red 134 ◦ green 36 ◦ blue 99

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

Shades of Dark Purple #862463

Tints of Dark Purple #862463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 49.81%
G = 13.38%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#862463 (or 0x862463) is known color: Dark Purple. HEX triplet: 86, 24 and 63. RGB value is (134,36,99). Sum of RGB (Red+Green+Blue) = 134+36+99=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862463 is #79DB9C. Grayscale: #484848. Windows color (decimal): -7986077 or 6497414. OLE color: 6497414.

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

Color convert

RGB 134 36 99 -
CMYK 0 0.73 0.26 0.47
HSL 321.43º 0.58% 0.33% -
HSV(B) 321.43º 0.73% 0.53% -
XYZ 12.71 7.23 12.53 -
YUV 72.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 134 36 99 0 0.73 0.26 0.47 321.43 0.58 0.33
Hex 86 24 63 0 49 1A 2F 141 3A 21
Octal 206 44 143 0 111 32 57 501 72 41
Binary 10000110 100100 1100011 0 1001001 11010 101111 101000001 111010 100001

Color Harmonies of #862463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862463

Black with #862463

Text Example


Text Example

White with #862463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862463; }

 p { color: rgb(134,36,99); }

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

background-color css

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

 a { background-color: rgb(134,36,99); }

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

border-color css

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

 span { border-color: rgb(134,36,99); }

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