Html Css Color HEX #862468 Dark Purple

📋 copy color: '#862468'

red 134 ◦ green 36 ◦ blue 104

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

Shades of Dark Purple #862468

Tints of Dark Purple #862468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 48.91%
G = 13.14%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#862468 (or 0x862468) is known color: Dark Purple. HEX triplet: 86, 24 and 68. RGB value is (134,36,104). Sum of RGB (Red+Green+Blue) = 134+36+104=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862468 is #79DB97. Grayscale: #484848. Windows color (decimal): -7986072 or 6825094. OLE color: 6825094.

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

Color convert

RGB 134 36 104 -
CMYK 0 0.73 0.22 0.47
HSL 318.37º 0.58% 0.33% -
HSV(B) 318.37º 0.73% 0.53% -
XYZ 12.96 7.33 13.83 -
YUV 73.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 134 36 104 0 0.73 0.22 0.47 318.37 0.58 0.33
Hex 86 24 68 0 49 16 2F 13E 3A 21
Octal 206 44 150 0 111 26 57 476 72 41
Binary 10000110 100100 1101000 0 1001001 10110 101111 100111110 111010 100001

Color Harmonies of #862468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862468

Black with #862468

Text Example


Text Example

White with #862468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862468; }

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

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

background-color css

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

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

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

border-color css

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

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

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