Html Css Color HEX #852368 Dark Purple

📋 copy color: '#852368'

red 133 ◦ green 35 ◦ blue 104

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

Shades of Dark Purple #852368

Tints of Dark Purple #852368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 48.9%
G = 12.87%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#852368 (or 0x852368) is known color: Dark Purple. HEX triplet: 85, 23 and 68. RGB value is (133,35,104). Sum of RGB (Red+Green+Blue) = 133+35+104=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852368 is #7ADC97. Grayscale: #474747. Windows color (decimal): -8051864 or 6824837. OLE color: 6824837.

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

Color convert

RGB 133 35 104 -
CMYK 0 0.74 0.22 0.48
HSL 317.76º 0.58% 0.33% -
HSV(B) 317.76º 0.74% 0.52% -
XYZ 12.77 7.19 13.81 -
YUV 72.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 133 35 104 0 0.74 0.22 0.48 317.76 0.58 0.33
Hex 85 23 68 0 4A 16 30 13E 3A 21
Octal 205 43 150 0 112 26 60 476 72 41
Binary 10000101 100011 1101000 0 1001010 10110 110000 100111110 111010 100001

Color Harmonies of #852368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852368

Black with #852368

Text Example


Text Example

White with #852368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852368; }

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

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

background-color css

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

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

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

border-color css

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

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

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