Html Css Color HEX #863274 Dark Purple

📋 copy color: '#863274'

red 134 ◦ green 50 ◦ blue 116

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

Shades of Dark Purple #863274

Tints of Dark Purple #863274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

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

R = 44.67%
G = 16.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#863274 (or 0x863274) is known color: Dark Purple. HEX triplet: 86, 32 and 74. RGB value is (134,50,116). Sum of RGB (Red+Green+Blue) = 134+50+116=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #863274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863274 is #79CD8B. Grayscale: #525252. Windows color (decimal): -7982476 or 7615110. OLE color: 7615110.

HSL color Cylindrical-coordinate representation of color #863274: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863274 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 116 -
CMYK 0 0.63 0.13 0.47
HSL 312.86º 0.46% 0.36% -
HSV(B) 312.86º 0.63% 0.53% -
XYZ 14.12 8.61 17.44 -
YUV 82.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 134 50 116 0 0.63 0.13 0.47 312.86 0.46 0.36
Hex 86 32 74 0 3F D 2F 139 2E 24
Octal 206 62 164 0 77 15 57 471 56 44
Binary 10000110 110010 1110100 0 111111 1101 101111 100111001 101110 100100

Color Harmonies of #863274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863274

Black with #863274

Text Example


Text Example

White with #863274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863274; }

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

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

background-color css

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

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

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

border-color css

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

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

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