Html Css Color HEX #852673 Dark Purple

📋 copy color: '#852673'

red 133 ◦ green 38 ◦ blue 115

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

Shades of Dark Purple #852673

Tints of Dark Purple #852673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 46.5%
G = 13.29%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852673 (or 0x852673) is known color: Dark Purple. HEX triplet: 85, 26 and 73. RGB value is (133,38,115). Sum of RGB (Red+Green+Blue) = 133+38+115=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #852673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852673 is #7AD98C. Grayscale: #4A4A4A. Windows color (decimal): -8051085 or 7546501. OLE color: 7546501.

HSL color Cylindrical-coordinate representation of color #852673: hue angle of 311.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852673 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 115 -
CMYK 0 0.71 0.14 0.48
HSL 311.37º 0.56% 0.34% -
HSV(B) 311.37º 0.71% 0.52% -
XYZ 13.46 7.61 16.98 -
YUV 75.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 133 38 115 0 0.71 0.14 0.48 311.37 0.56 0.34
Hex 85 26 73 0 47 E 30 137 38 22
Octal 205 46 163 0 107 16 60 467 70 42
Binary 10000101 100110 1110011 0 1000111 1110 110000 100110111 111000 100010

Color Harmonies of #852673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852673

Black with #852673

Text Example


Text Example

White with #852673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852673; }

 p { color: rgb(133,38,115); }

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

background-color css

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

 a { background-color: rgb(133,38,115); }

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

border-color css

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

 span { border-color: rgb(133,38,115); }

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