Html Css Color HEX #852B7F Dark Purple

📋 copy color: '#852B7F'

red 133 ◦ green 43 ◦ blue 127

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

Shades of Dark Purple #852B7F

Tints of Dark Purple #852B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 43.89%
G = 14.19%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#852B7F (or 0x852B7F) is known color: Dark Purple. HEX triplet: 85, 2B and 7F. RGB value is (133,43,127). Sum of RGB (Red+Green+Blue) = 133+43+127=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #852B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B7F is #7AD480. Grayscale: #4F4F4F. Windows color (decimal): -8049793 or 8334213. OLE color: 8334213.

HSL color Cylindrical-coordinate representation of color #852B7F: hue angle of 304º 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 #852B7F is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 127 -
CMYK 0 0.68 0.05 0.48
HSL 304º 0.51% 0.35% -
HSV(B) 304º 0.68% 0.52% -
XYZ 14.37 8.25 20.91 -
YUV 79.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 133 43 127 0 0.68 0.05 0.48 304 0.51 0.35
Hex 85 2B 7F 0 44 5 30 130 33 23
Octal 205 53 177 0 104 5 60 460 63 43
Binary 10000101 101011 1111111 0 1000100 101 110000 100110000 110011 100011

Color Harmonies of #852B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B7F

Black with #852B7F

Text Example


Text Example

White with #852B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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