Html Css Color HEX #852364 Dark Purple

📋 copy color: '#852364'

red 133 ◦ green 35 ◦ blue 100

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

Shades of Dark Purple #852364

Tints of Dark Purple #852364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 49.63%
G = 13.06%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#852364 (or 0x852364) is known color: Dark Purple. HEX triplet: 85, 23 and 64. RGB value is (133,35,100). Sum of RGB (Red+Green+Blue) = 133+35+100=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852364 is #7ADC9B. Grayscale: #474747. Windows color (decimal): -8051868 or 6562693. OLE color: 6562693.

HSL color Cylindrical-coordinate representation of color #852364: hue angle of 320.2º 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 #852364 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 100 -
CMYK 0 0.74 0.25 0.48
HSL 320.2º 0.58% 0.33% -
HSV(B) 320.2º 0.74% 0.52% -
XYZ 12.57 7.11 12.77 -
YUV 71.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 133 35 100 0 0.74 0.25 0.48 320.2 0.58 0.33
Hex 85 23 64 0 4A 19 30 140 3A 21
Octal 205 43 144 0 112 31 60 500 72 41
Binary 10000101 100011 1100100 0 1001010 11001 110000 101000000 111010 100001

Color Harmonies of #852364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852364

Black with #852364

Text Example


Text Example

White with #852364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852364; }

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

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

background-color css

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

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

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

border-color css

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

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

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