Html Css Color HEX #84257B Dark Purple

📋 copy color: '#84257B'

red 132 ◦ green 37 ◦ blue 123

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

Shades of Dark Purple #84257B

Tints of Dark Purple #84257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 45.21%
G = 12.67%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84257B (or 0x84257B) is known color: Dark Purple. HEX triplet: 84, 25 and 7B. RGB value is (132,37,123). Sum of RGB (Red+Green+Blue) = 132+37+123=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257B is #7BDA84. Grayscale: #4A4A4A. Windows color (decimal): -8116869 or 8070532. OLE color: 8070532.

HSL color Cylindrical-coordinate representation of color #84257B: hue angle of 305.68º 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 #84257B is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 123 -
CMYK 0 0.72 0.07 0.48
HSL 305.68º 0.56% 0.33% -
HSV(B) 305.68º 0.72% 0.52% -
XYZ 13.75 7.66 19.49 -
YUV 75.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 132 37 123 0 0.72 0.07 0.48 305.68 0.56 0.33
Hex 84 25 7B 0 48 7 30 132 38 21
Octal 204 45 173 0 110 7 60 462 70 41
Binary 10000100 100101 1111011 0 1001000 111 110000 100110010 111000 100001

Color Harmonies of #84257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84257B

Black with #84257B

Text Example


Text Example

White with #84257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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