Html Css Color HEX #853073 Dark Purple

📋 copy color: '#853073'

red 133 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #853073

Tints of Dark Purple #853073

RGB

 RED value IS 133 (52.34% from 255) = 44.93%

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 44.93%
G = 16.22%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#853073 (or 0x853073) is known color: Dark Purple. HEX triplet: 85, 30 and 73. RGB value is (133,48,115). Sum of RGB (Red+Green+Blue) = 133+48+115=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #853073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853073 is #7ACF8C. Grayscale: #505050. Windows color (decimal): -8048525 or 7549061. OLE color: 7549061.

HSL color Cylindrical-coordinate representation of color #853073: hue angle of 312.71º 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 #853073 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 115 -
CMYK 0 0.64 0.14 0.48
HSL 312.71º 0.47% 0.35% -
HSV(B) 312.71º 0.64% 0.52% -
XYZ 13.82 8.34 17.1 -
YUV 81.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 133 48 115 0 0.64 0.14 0.48 312.71 0.47 0.35
Hex 85 30 73 0 40 E 30 139 2F 23
Octal 205 60 163 0 100 16 60 471 57 43
Binary 10000101 110000 1110011 0 1000000 1110 110000 100111001 101111 100011

Color Harmonies of #853073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853073

Black with #853073

Text Example


Text Example

White with #853073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853073; }

 p { color: rgb(133,48,115); }

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

background-color css

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

 a { background-color: rgb(133,48,115); }

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

border-color css

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

 span { border-color: rgb(133,48,115); }

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