Html Css Color HEX #852470 Dark Purple

📋 copy color: '#852470'

red 133 ◦ green 36 ◦ blue 112

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

Shades of Dark Purple #852470

Tints of Dark Purple #852470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 47.33%
G = 12.81%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#852470 (or 0x852470) is known color: Dark Purple. HEX triplet: 85, 24 and 70. RGB value is (133,36,112). Sum of RGB (Red+Green+Blue) = 133+36+112=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #852470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852470 is #7ADB8F. Grayscale: #494949. Windows color (decimal): -8051600 or 7349381. OLE color: 7349381.

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

Color convert

RGB 133 36 112 -
CMYK 0 0.73 0.16 0.48
HSL 312.99º 0.57% 0.33% -
HSV(B) 312.99º 0.73% 0.52% -
XYZ 13.23 7.42 16.06 -
YUV 73.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 133 36 112 0 0.73 0.16 0.48 312.99 0.57 0.33
Hex 85 24 70 0 49 10 30 139 39 21
Octal 205 44 160 0 111 20 60 471 71 41
Binary 10000101 100100 1110000 0 1001001 10000 110000 100111001 111001 100001

Color Harmonies of #852470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852470

Black with #852470

Text Example


Text Example

White with #852470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852470; }

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

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

background-color css

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

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

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

border-color css

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

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

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