Html Css Color HEX #852375 Dark Purple

📋 copy color: '#852375'

red 133 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #852375

Tints of Dark Purple #852375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 46.67%
G = 12.28%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#852375 (or 0x852375) is known color: Dark Purple. HEX triplet: 85, 23 and 75. RGB value is (133,35,117). Sum of RGB (Red+Green+Blue) = 133+35+117=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852375 is #7ADC8A. Grayscale: #494949. Windows color (decimal): -8051851 or 7676805. OLE color: 7676805.

HSL color Cylindrical-coordinate representation of color #852375: hue angle of 309.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852375 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 117 -
CMYK 0 0.74 0.12 0.48
HSL 309.8º 0.58% 0.33% -
HSV(B) 309.8º 0.74% 0.52% -
XYZ 13.48 7.47 17.56 -
YUV 73.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 133 35 117 0 0.74 0.12 0.48 309.8 0.58 0.33
Hex 85 23 75 0 4A C 30 136 3A 21
Octal 205 43 165 0 112 14 60 466 72 41
Binary 10000101 100011 1110101 0 1001010 1100 110000 100110110 111010 100001

Color Harmonies of #852375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852375

Black with #852375

Text Example


Text Example

White with #852375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852375; }

 p { color: rgb(133,35,117); }

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

background-color css

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

 a { background-color: rgb(133,35,117); }

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

border-color css

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

 span { border-color: rgb(133,35,117); }

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