Html Css Color HEX #84057C Purple

📋 copy color: '#84057C'

red 132 ◦ green 5 ◦ blue 124

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

Shades of Purple #84057C

Tints of Purple #84057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 50.57%
G = 1.92%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84057C (or 0x84057C) is known color: Purple. HEX triplet: 84, 05 and 7C. RGB value is (132,5,124). Sum of RGB (Red+Green+Blue) = 132+5+124=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84057C is #7BFA83. Grayscale: #383838. Windows color (decimal): -8125060 or 8127876. OLE color: 8127876.

HSL color Cylindrical-coordinate representation of color #84057C: hue angle of 303.78º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84057C is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 124 -
CMYK 0 0.96 0.06 0.48
HSL 303.78º 0.93% 0.27% -
HSV(B) 303.78º 0.96% 0.52% -
XYZ 13.21 6.47 19.62 -
YUV 56.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 132 5 124 0 0.96 0.06 0.48 303.78 0.93 0.27
Hex 84 5 7C 0 60 6 30 130 5D 1B
Octal 204 5 174 0 140 6 60 460 135 33
Binary 10000100 101 1111100 0 1100000 110 110000 100110000 1011101 11011

Color Harmonies of #84057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84057C

Black with #84057C

Text Example


Text Example

White with #84057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84057C; }

 p { color: rgb(132,5,124); }

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

background-color css

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

 a { background-color: rgb(132,5,124); }

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

border-color css

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

 span { border-color: rgb(132,5,124); }

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