Html Css Color HEX #862467 Dark Purple

📋 copy color: '#862467'

red 134 ◦ green 36 ◦ blue 103

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

Shades of Dark Purple #862467

Tints of Dark Purple #862467

RGB

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

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

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

R = 49.08%
G = 13.19%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#862467 (or 0x862467) is known color: Dark Purple. HEX triplet: 86, 24 and 67. RGB value is (134,36,103). Sum of RGB (Red+Green+Blue) = 134+36+103=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #862467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862467 is #79DB98. Grayscale: #484848. Windows color (decimal): -7986073 or 6759558. OLE color: 6759558.

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

Color convert

RGB 134 36 103 -
CMYK 0 0.73 0.23 0.47
HSL 318.98º 0.58% 0.33% -
HSV(B) 318.98º 0.73% 0.53% -
XYZ 12.91 7.31 13.56 -
YUV 72.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 134 36 103 0 0.73 0.23 0.47 318.98 0.58 0.33
Hex 86 24 67 0 49 17 2F 13F 3A 21
Octal 206 44 147 0 111 27 57 477 72 41
Binary 10000110 100100 1100111 0 1001001 10111 101111 100111111 111010 100001

Color Harmonies of #862467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862467

Black with #862467

Text Example


Text Example

White with #862467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862467; }

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

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

background-color css

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

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

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

border-color css

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

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

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