Html Css Color HEX #862474 Dark Purple

📋 copy color: '#862474'

red 134 ◦ green 36 ◦ blue 116

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

Shades of Dark Purple #862474

Tints of Dark Purple #862474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 46.85%
G = 12.59%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#862474 (or 0x862474) is known color: Dark Purple. HEX triplet: 86, 24 and 74. RGB value is (134,36,116). Sum of RGB (Red+Green+Blue) = 134+36+116=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #862474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862474 is #79DB8B. Grayscale: #4A4A4A. Windows color (decimal): -7986060 or 7611526. OLE color: 7611526.

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

Color convert

RGB 134 36 116 -
CMYK 0 0.73 0.13 0.47
HSL 311.02º 0.58% 0.33% -
HSV(B) 311.02º 0.73% 0.53% -
XYZ 13.61 7.59 17.27 -
YUV 74.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 134 36 116 0 0.73 0.13 0.47 311.02 0.58 0.33
Hex 86 24 74 0 49 D 2F 137 3A 21
Octal 206 44 164 0 111 15 57 467 72 41
Binary 10000110 100100 1110100 0 1001001 1101 101111 100110111 111010 100001

Color Harmonies of #862474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862474

Black with #862474

Text Example


Text Example

White with #862474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862474; }

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

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

background-color css

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

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

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

border-color css

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

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

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