Html Css Color HEX #840A75 Purple

📋 copy color: '#840A75'

red 132 ◦ green 10 ◦ blue 117

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

Shades of Purple #840A75

Tints of Purple #840A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 50.97%
G = 3.86%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#840A75 (or 0x840A75) is known color: Purple. HEX triplet: 84, 0A and 75. RGB value is (132,10,117). Sum of RGB (Red+Green+Blue) = 132+10+117=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #840A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840A75 is #7BF58A. Grayscale: #3A3A3A. Windows color (decimal): -8123787 or 7670404. OLE color: 7670404.

HSL color Cylindrical-coordinate representation of color #840A75: hue angle of 307.38º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A75 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 10 117 -
CMYK 0 0.92 0.11 0.48
HSL 307.38º 0.86% 0.28% -
HSV(B) 307.38º 0.92% 0.52% -
XYZ 12.84 6.41 17.39 -
YUV 58.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 132 10 117 0 0.92 0.11 0.48 307.38 0.86 0.28
Hex 84 A 75 0 5C B 30 133 56 1C
Octal 204 12 165 0 134 13 60 463 126 34
Binary 10000100 1010 1110101 0 1011100 1011 110000 100110011 1010110 11100

Color Harmonies of #840A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A75

Black with #840A75

Text Example


Text Example

White with #840A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840A75; }

 p { color: rgb(132,10,117); }

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

background-color css

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

 a { background-color: rgb(132,10,117); }

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

border-color css

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

 span { border-color: rgb(132,10,117); }

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