Html Css Color HEX #852568 Dark Purple

📋 copy color: '#852568'

red 133 ◦ green 37 ◦ blue 104

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

Shades of Dark Purple #852568

Tints of Dark Purple #852568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

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

R = 48.54%
G = 13.5%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#852568 (or 0x852568) is known color: Dark Purple. HEX triplet: 85, 25 and 68. RGB value is (133,37,104). Sum of RGB (Red+Green+Blue) = 133+37+104=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852568 is #7ADA97. Grayscale: #494949. Windows color (decimal): -8051352 or 6825349. OLE color: 6825349.

HSL color Cylindrical-coordinate representation of color #852568: hue angle of 318.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852568 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 104 -
CMYK 0 0.72 0.22 0.48
HSL 318.13º 0.56% 0.33% -
HSV(B) 318.13º 0.72% 0.52% -
XYZ 12.83 7.31 13.83 -
YUV 73.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 133 37 104 0 0.72 0.22 0.48 318.13 0.56 0.33
Hex 85 25 68 0 48 16 30 13E 38 21
Octal 205 45 150 0 110 26 60 476 70 41
Binary 10000101 100101 1101000 0 1001000 10110 110000 100111110 111000 100001

Color Harmonies of #852568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852568

Black with #852568

Text Example


Text Example

White with #852568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852568; }

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

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

background-color css

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

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

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

border-color css

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

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

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