Html Css Color HEX #84307B Dark Purple

📋 copy color: '#84307B'

red 132 ◦ green 48 ◦ blue 123

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

Shades of Dark Purple #84307B

Tints of Dark Purple #84307B

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 value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84307B (or 0x84307B) is known color: 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

RGB 132 48 123 -
CMYK 0 0.64 0.07 0.48
HSL 306.43º 0.47% 0.35% -
HSV(B) 306.43º 0.64% 0.52% -
XYZ 14.15 8.45 19.62 -
YUV 81.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 132 48 123 0 0.64 0.07 0.48 306.43 0.47 0.35
Hex 84 30 7B 0 40 7 30 132 2F 23
Octal 204 60 173 0 100 7 60 462 57 43
Binary 10000100 110000 1111011 0 1000000 111 110000 100110010 101111 100011

Color Harmonies of #84307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84307B

Black with #84307B

Text Example


Text Example

White with #84307B

Text Example


Text Example

HTML Codes & Css Web 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>