Html Css Color HEX #852065 Dark Purple

📋 copy color: '#852065'

red 133 ◦ green 32 ◦ blue 101

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

Shades of Dark Purple #852065

Tints of Dark Purple #852065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 50%
G = 12.03%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#852065 (or 0x852065) is known color: Dark Purple. HEX triplet: 85, 20 and 65. RGB value is (133,32,101). Sum of RGB (Red+Green+Blue) = 133+32+101=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852065 is #7ADF9A. Grayscale: #454545. Windows color (decimal): -8052635 or 6627461. OLE color: 6627461.

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

Color convert

RGB 133 32 101 -
CMYK 0 0.76 0.24 0.48
HSL 319.01º 0.61% 0.32% -
HSV(B) 319.01º 0.76% 0.52% -
XYZ 12.54 6.96 12.99 -
YUV 70.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 133 32 101 0 0.76 0.24 0.48 319.01 0.61 0.32
Hex 85 20 65 0 4C 18 30 13F 3D 20
Octal 205 40 145 0 114 30 60 477 75 40
Binary 10000101 100000 1100101 0 1001100 11000 110000 100111111 111101 100000

Color Harmonies of #852065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852065

Black with #852065

Text Example


Text Example

White with #852065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852065; }

 p { color: rgb(133,32,101); }

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

background-color css

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

 a { background-color: rgb(133,32,101); }

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

border-color css

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

 span { border-color: rgb(133,32,101); }

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