Html Css Color HEX #852463 Dark Purple

📋 copy color: '#852463'

red 133 ◦ green 36 ◦ blue 99

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

Shades of Dark Purple #852463

Tints of Dark Purple #852463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 49.63%
G = 13.43%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#852463 (or 0x852463) is known color: Dark Purple. HEX triplet: 85, 24 and 63. RGB value is (133,36,99). Sum of RGB (Red+Green+Blue) = 133+36+99=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852463 is #7ADB9C. Grayscale: #484848. Windows color (decimal): -8051613 or 6497413. OLE color: 6497413.

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

Color convert

RGB 133 36 99 -
CMYK 0 0.73 0.26 0.48
HSL 321.03º 0.57% 0.33% -
HSV(B) 321.03º 0.73% 0.52% -
XYZ 12.56 7.15 12.52 -
YUV 72.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 133 36 99 0 0.73 0.26 0.48 321.03 0.57 0.33
Hex 85 24 63 0 49 1A 30 141 39 21
Octal 205 44 143 0 111 32 60 501 71 41
Binary 10000101 100100 1100011 0 1001001 11010 110000 101000001 111001 100001

Color Harmonies of #852463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852463

Black with #852463

Text Example


Text Example

White with #852463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852463; }

 p { color: rgb(133,36,99); }

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

background-color css

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

 a { background-color: rgb(133,36,99); }

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

border-color css

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

 span { border-color: rgb(133,36,99); }

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