Html Css Color HEX #853470 Dark Purple

📋 copy color: '#853470'

red 133 ◦ green 52 ◦ blue 112

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

Shades of Dark Purple #853470

Tints of Dark Purple #853470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 44.78%
G = 17.51%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#853470 (or 0x853470) is known color: Dark Purple. HEX triplet: 85, 34 and 70. RGB value is (133,52,112). Sum of RGB (Red+Green+Blue) = 133+52+112=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #853470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853470 is #7ACB8F. Grayscale: #525252. Windows color (decimal): -8047504 or 7353477. OLE color: 7353477.

HSL color Cylindrical-coordinate representation of color #853470: hue angle of 315.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853470 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 112 -
CMYK 0 0.61 0.16 0.48
HSL 315.56º 0.44% 0.36% -
HSV(B) 315.56º 0.61% 0.52% -
XYZ 13.83 8.61 16.26 -
YUV 83.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 133 52 112 0 0.61 0.16 0.48 315.56 0.44 0.36
Hex 85 34 70 0 3D 10 30 13C 2C 24
Octal 205 64 160 0 75 20 60 474 54 44
Binary 10000101 110100 1110000 0 111101 10000 110000 100111100 101100 100100

Color Harmonies of #853470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853470

Black with #853470

Text Example


Text Example

White with #853470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853470; }

 p { color: rgb(133,52,112); }

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

background-color css

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

 a { background-color: rgb(133,52,112); }

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

border-color css

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

 span { border-color: rgb(133,52,112); }

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