Html Css Color HEX #852481 Dark Purple

📋 copy color: '#852481'

red 133 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #852481

Tints of Dark Purple #852481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 44.63%
G = 12.08%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#852481 (or 0x852481) is known color: Dark Purple. HEX triplet: 85, 24 and 81. RGB value is (133,36,129). Sum of RGB (Red+Green+Blue) = 133+36+129=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #852481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852481 is #7ADB7E. Grayscale: #4B4B4B. Windows color (decimal): -8051583 or 8463493. OLE color: 8463493.

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

Color convert

RGB 133 36 129 -
CMYK 0 0.73 0.03 0.48
HSL 302.47º 0.57% 0.33% -
HSV(B) 302.47º 0.73% 0.52% -
XYZ 14.27 7.83 21.53 -
YUV 75.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 133 36 129 0 0.73 0.03 0.48 302.47 0.57 0.33
Hex 85 24 81 0 49 3 30 12E 39 21
Octal 205 44 201 0 111 3 60 456 71 41
Binary 10000101 100100 10000001 0 1001001 11 110000 100101110 111001 100001

Color Harmonies of #852481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852481

Black with #852481

Text Example


Text Example

White with #852481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852481; }

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

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

background-color css

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

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

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

border-color css

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

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

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