#84307B

Color #84307B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84307B

Tints of Dark Purple #84307B

Color information

#84307B (or 0x84307B) is unknown color: approx Dark Purple. HEX triplet: 84, 30 and 7B. RGB value is (132,48,123). Sum of RGB (Red+Green+Blue) = 132+48+123=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84307B is #7BCF84. Grayscale: #515151. Windows color (decimal): -8114053 or 8073348. OLE color: 8073348.

HSL color Cylindrical-coordinate representation of color #84307B: hue angle of 306.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84307B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13248123-
CMYK00.640.070.48
HSL306.43º46.67%35.29%-
HSV(B)306.43º63.64%51.76%-
XYZ14.158.4519.62-
YUV81.67151.33163.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=43.56%
G=15.84%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324812300.640.070.48306.4346.6735.29
Hex84307B0407301322f23
Octal2046017301007604625743
Binary10000100110000111101101000000111110000100110010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84307B;
 }
 .AnyTagClassName
 {
   color: #84307B;
 }
</style>
background-color css

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

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

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

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

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

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