Html Css Color HEX #852B7B Dark Purple

📋 copy color: '#852B7B'

red 133 ◦ green 43 ◦ blue 123

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

Shades of Dark Purple #852B7B

Tints of Dark Purple #852B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 44.48%
G = 14.38%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#852B7B (or 0x852B7B) is known color: Dark Purple. HEX triplet: 85, 2B and 7B. RGB value is (133,43,123). Sum of RGB (Red+Green+Blue) = 133+43+123=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B7B is #7AD484. Grayscale: #4E4E4E. Windows color (decimal): -8049797 or 8072069. OLE color: 8072069.

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

Color convert

RGB 133 43 123 -
CMYK 0 0.68 0.08 0.48
HSL 306.67º 0.51% 0.35% -
HSV(B) 306.67º 0.68% 0.52% -
XYZ 14.11 8.14 19.57 -
YUV 79.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 133 43 123 0 0.68 0.08 0.48 306.67 0.51 0.35
Hex 85 2B 7B 0 44 8 30 133 33 23
Octal 205 53 173 0 104 10 60 463 63 43
Binary 10000101 101011 1111011 0 1000100 1000 110000 100110011 110011 100011

Color Harmonies of #852B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B7B

Black with #852B7B

Text Example


Text Example

White with #852B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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