Html Css Color HEX #862D7A Dark Purple

📋 copy color: '#862D7A'

red 134 ◦ green 45 ◦ blue 122

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

Shades of Dark Purple #862D7A

Tints of Dark Purple #862D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.95%

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 44.52%
G = 14.95%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#862D7A (or 0x862D7A) is known color: Dark Purple. HEX triplet: 86, 2D and 7A. RGB value is (134,45,122). Sum of RGB (Red+Green+Blue) = 134+45+122=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #862D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D7A is #79D285. Grayscale: #505050. Windows color (decimal): -7983750 or 8007046. OLE color: 8007046.

HSL color Cylindrical-coordinate representation of color #862D7A: hue angle of 308.09º degrees, saturation: 0.5, 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 #862D7A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 45 122 -
CMYK 0 0.66 0.09 0.47
HSL 308.09º 0.5% 0.35% -
HSV(B) 308.09º 0.66% 0.53% -
XYZ 14.28 8.35 19.27 -
YUV 80.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 134 45 122 0 0.66 0.09 0.47 308.09 0.5 0.35
Hex 86 2D 7A 0 42 9 2F 134 32 23
Octal 206 55 172 0 102 11 57 464 62 43
Binary 10000110 101101 1111010 0 1000010 1001 101111 100110100 110010 100011

Color Harmonies of #862D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D7A

Black with #862D7A

Text Example


Text Example

White with #862D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,45,122); }

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

background-color css

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

 a { background-color: rgb(134,45,122); }

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

border-color css

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

 span { border-color: rgb(134,45,122); }

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