Html Css Color HEX #84257C Dark Purple

📋 copy color: '#84257C'

red 132 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #84257C

Tints of Dark Purple #84257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

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

R = 45.05%
G = 12.63%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84257C (or 0x84257C) is known color: Dark Purple. HEX triplet: 84, 25 and 7C. RGB value is (132,37,124). Sum of RGB (Red+Green+Blue) = 132+37+124=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257C is #7BDA83. Grayscale: #4B4B4B. Windows color (decimal): -8116868 or 8136068. OLE color: 8136068.

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

Color convert

RGB 132 37 124 -
CMYK 0 0.72 0.06 0.48
HSL 305.05º 0.56% 0.33% -
HSV(B) 305.05º 0.72% 0.52% -
XYZ 13.82 7.68 19.82 -
YUV 75.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 132 37 124 0 0.72 0.06 0.48 305.05 0.56 0.33
Hex 84 25 7C 0 48 6 30 131 38 21
Octal 204 45 174 0 110 6 60 461 70 41
Binary 10000100 100101 1111100 0 1001000 110 110000 100110001 111000 100001

Color Harmonies of #84257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84257C

Black with #84257C

Text Example


Text Example

White with #84257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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