Html Css Color HEX #852B68 Dark Purple

📋 copy color: '#852B68'

red 133 ◦ green 43 ◦ blue 104

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

Shades of Dark Purple #852B68

Tints of Dark Purple #852B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 47.5%
G = 15.36%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#852B68 (or 0x852B68) is known color: Dark Purple. HEX triplet: 85, 2B and 68. RGB value is (133,43,104). Sum of RGB (Red+Green+Blue) = 133+43+104=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #852B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B68 is #7AD497. Grayscale: #4C4C4C. Windows color (decimal): -8049816 or 6826885. OLE color: 6826885.

HSL color Cylindrical-coordinate representation of color #852B68: hue angle of 319.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B68 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 104 -
CMYK 0 0.68 0.22 0.48
HSL 319.33º 0.51% 0.35% -
HSV(B) 319.33º 0.68% 0.52% -
XYZ 13.04 7.71 13.9 -
YUV 76.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 133 43 104 0 0.68 0.22 0.48 319.33 0.51 0.35
Hex 85 2B 68 0 44 16 30 13F 33 23
Octal 205 53 150 0 104 26 60 477 63 43
Binary 10000101 101011 1101000 0 1000100 10110 110000 100111111 110011 100011

Color Harmonies of #852B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B68

Black with #852B68

Text Example


Text Example

White with #852B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B68; }

 p { color: rgb(133,43,104); }

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

background-color css

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

 a { background-color: rgb(133,43,104); }

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

border-color css

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

 span { border-color: rgb(133,43,104); }

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