Html Css Color HEX #840375 Purple

📋 copy color: '#840375'

red 132 ◦ green 3 ◦ blue 117

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

Shades of Purple #840375

Tints of Purple #840375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 52.38%
G = 1.19%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#840375 (or 0x840375) is known color: Purple. HEX triplet: 84, 03 and 75. RGB value is (132,3,117). Sum of RGB (Red+Green+Blue) = 132+3+117=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840375 is #7BFC8A. Grayscale: #363636. Windows color (decimal): -8125579 or 7668612. OLE color: 7668612.

HSL color Cylindrical-coordinate representation of color #840375: hue angle of 306.98º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840375 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 117 -
CMYK 0 0.98 0.11 0.48
HSL 306.98º 0.96% 0.26% -
HSV(B) 306.98º 0.98% 0.52% -
XYZ 12.76 6.26 17.36 -
YUV 54.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 132 3 117 0 0.98 0.11 0.48 306.98 0.96 0.26
Hex 84 3 75 0 62 B 30 133 60 1A
Octal 204 3 165 0 142 13 60 463 140 32
Binary 10000100 11 1110101 0 1100010 1011 110000 100110011 1100000 11010

Color Harmonies of #840375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840375

Black with #840375

Text Example


Text Example

White with #840375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840375; }

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

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

background-color css

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

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

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

border-color css

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

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

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