Html Css Color HEX #842465 Dark Purple

📋 copy color: '#842465'

red 132 ◦ green 36 ◦ blue 101

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

Shades of Dark Purple #842465

Tints of Dark Purple #842465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 49.07%
G = 13.38%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#842465 (or 0x842465) is known color: Dark Purple. HEX triplet: 84, 24 and 65. RGB value is (132,36,101). Sum of RGB (Red+Green+Blue) = 132+36+101=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #842465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842465 is #7BDB9A. Grayscale: #474747. Windows color (decimal): -8117147 or 6628484. OLE color: 6628484.

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

Color convert

RGB 132 36 101 -
CMYK 0 0.73 0.23 0.48
HSL 319.38º 0.57% 0.33% -
HSV(B) 319.38º 0.73% 0.52% -
XYZ 12.5 7.11 13.03 -
YUV 72.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 132 36 101 0 0.73 0.23 0.48 319.38 0.57 0.33
Hex 84 24 65 0 49 17 30 13F 39 21
Octal 204 44 145 0 111 27 60 477 71 41
Binary 10000100 100100 1100101 0 1001001 10111 110000 100111111 111001 100001

Color Harmonies of #842465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842465

Black with #842465

Text Example


Text Example

White with #842465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842465; }

 p { color: rgb(132,36,101); }

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

background-color css

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

 a { background-color: rgb(132,36,101); }

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

border-color css

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

 span { border-color: rgb(132,36,101); }

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