Html Css Color HEX #853069 Dark Purple

📋 copy color: '#853069'

red 133 ◦ green 48 ◦ blue 105

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

Shades of Dark Purple #853069

Tints of Dark Purple #853069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 46.5%
G = 16.78%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#853069 (or 0x853069) is known color: Dark Purple. HEX triplet: 85, 30 and 69. RGB value is (133,48,105). Sum of RGB (Red+Green+Blue) = 133+48+105=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853069 is #7ACF96. Grayscale: #4F4F4F. Windows color (decimal): -8048535 or 6893701. OLE color: 6893701.

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

Color convert

RGB 133 48 105 -
CMYK 0 0.64 0.21 0.48
HSL 319.76º 0.47% 0.35% -
HSV(B) 319.76º 0.64% 0.52% -
XYZ 13.28 8.12 14.23 -
YUV 79.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 133 48 105 0 0.64 0.21 0.48 319.76 0.47 0.35
Hex 85 30 69 0 40 15 30 140 2F 23
Octal 205 60 151 0 100 25 60 500 57 43
Binary 10000101 110000 1101001 0 1000000 10101 110000 101000000 101111 100011

Color Harmonies of #853069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853069

Black with #853069

Text Example


Text Example

White with #853069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853069; }

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

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

background-color css

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

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

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

border-color css

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

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

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