Html Css Color HEX #842368 Dark Purple

📋 copy color: '#842368'

red 132 ◦ green 35 ◦ blue 104

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

Shades of Dark Purple #842368

Tints of Dark Purple #842368

RGB

 RED value IS 132 (51.95% from 255) = 48.71%

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

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 48.71%
G = 12.92%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#842368 (or 0x842368) is known color: Dark Purple. HEX triplet: 84, 23 and 68. RGB value is (132,35,104). Sum of RGB (Red+Green+Blue) = 132+35+104=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842368 is #7BDC97. Grayscale: #474747. Windows color (decimal): -8117400 or 6824836. OLE color: 6824836.

HSL color Cylindrical-coordinate representation of color #842368: hue angle of 317.32º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842368 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 104 -
CMYK 0 0.73 0.21 0.48
HSL 317.32º 0.58% 0.33% -
HSV(B) 317.32º 0.73% 0.52% -
XYZ 12.62 7.11 13.8 -
YUV 71.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 132 35 104 0 0.73 0.21 0.48 317.32 0.58 0.33
Hex 84 23 68 0 49 15 30 13D 3A 21
Octal 204 43 150 0 111 25 60 475 72 41
Binary 10000100 100011 1101000 0 1001001 10101 110000 100111101 111010 100001

Color Harmonies of #842368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842368

Black with #842368

Text Example


Text Example

White with #842368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842368; }

 p { color: rgb(132,35,104); }

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

background-color css

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

 a { background-color: rgb(132,35,104); }

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

border-color css

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

 span { border-color: rgb(132,35,104); }

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