Html Css Color HEX #852B7D Dark Purple

📋 copy color: '#852B7D'

red 133 ◦ green 43 ◦ blue 125

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

Shades of Dark Purple #852B7D

Tints of Dark Purple #852B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 44.19%
G = 14.29%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#852B7D (or 0x852B7D) is known color: Dark Purple. HEX triplet: 85, 2B and 7D. RGB value is (133,43,125). Sum of RGB (Red+Green+Blue) = 133+43+125=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B7D is #7AD482. Grayscale: #4F4F4F. Windows color (decimal): -8049795 or 8203141. OLE color: 8203141.

HSL color Cylindrical-coordinate representation of color #852B7D: hue angle of 305.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B7D is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 125 -
CMYK 0 0.68 0.06 0.48
HSL 305.33º 0.51% 0.35% -
HSV(B) 305.33º 0.68% 0.52% -
XYZ 14.24 8.19 20.23 -
YUV 79.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 133 43 125 0 0.68 0.06 0.48 305.33 0.51 0.35
Hex 85 2B 7D 0 44 6 30 131 33 23
Octal 205 53 175 0 104 6 60 461 63 43
Binary 10000101 101011 1111101 0 1000100 110 110000 100110001 110011 100011

Color Harmonies of #852B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B7D

Black with #852B7D

Text Example


Text Example

White with #852B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B7D; }

 p { color: rgb(133,43,125); }

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

background-color css

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

 a { background-color: rgb(133,43,125); }

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

border-color css

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

 span { border-color: rgb(133,43,125); }

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