Html Css Color HEX #862369 Dark Purple

📋 copy color: '#862369'

red 134 ◦ green 35 ◦ blue 105

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

Shades of Dark Purple #862369

Tints of Dark Purple #862369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 48.91%
G = 12.77%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#862369 (or 0x862369) is known color: Dark Purple. HEX triplet: 86, 23 and 69. RGB value is (134,35,105). Sum of RGB (Red+Green+Blue) = 134+35+105=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862369 is #79DC96. Grayscale: #484848. Windows color (decimal): -7986327 or 6890374. OLE color: 6890374.

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

Color convert

RGB 134 35 105 -
CMYK 0 0.74 0.22 0.47
HSL 317.58º 0.59% 0.33% -
HSV(B) 317.58º 0.74% 0.53% -
XYZ 12.98 7.29 14.09 -
YUV 72.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 134 35 105 0 0.74 0.22 0.47 317.58 0.59 0.33
Hex 86 23 69 0 4A 16 2F 13E 3B 21
Octal 206 43 151 0 112 26 57 476 73 41
Binary 10000110 100011 1101001 0 1001010 10110 101111 100111110 111011 100001

Color Harmonies of #862369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862369

Black with #862369

Text Example


Text Example

White with #862369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862369; }

 p { color: rgb(134,35,105); }

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

background-color css

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

 a { background-color: rgb(134,35,105); }

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

border-color css

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

 span { border-color: rgb(134,35,105); }

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