Html Css Color HEX #853569 Dark Purple

📋 copy color: '#853569'

red 133 ◦ green 53 ◦ blue 105

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

Shades of Dark Purple #853569

Tints of Dark Purple #853569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 45.7%
G = 18.21%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#853569 (or 0x853569) is known color: Dark Purple. HEX triplet: 85, 35 and 69. RGB value is (133,53,105). Sum of RGB (Red+Green+Blue) = 133+53+105=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #853569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853569 is #7ACA96. Grayscale: #525252. Windows color (decimal): -8047255 or 6894981. OLE color: 6894981.

HSL color Cylindrical-coordinate representation of color #853569: hue angle of 321º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853569 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 105 -
CMYK 0 0.60 0.21 0.48
HSL 321º 0.43% 0.36% -
HSV(B) 321º 0.6% 0.52% -
XYZ 13.5 8.55 14.3 -
YUV 82.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 133 53 105 0 0.60 0.21 0.48 321 0.43 0.36
Hex 85 35 69 0 3C 15 30 141 2B 24
Octal 205 65 151 0 74 25 60 501 53 44
Binary 10000101 110101 1101001 0 111100 10101 110000 101000001 101011 100100

Color Harmonies of #853569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853569

Black with #853569

Text Example


Text Example

White with #853569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853569; }

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

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

background-color css

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

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

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

border-color css

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

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

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