Html Css Color HEX #873275 Dark Purple

📋 copy color: '#873275'

red 135 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #873275

Tints of Dark Purple #873275

RGB

 RED value IS 135 (53.13% from 255) = 44.7%

 GREEN value IS 50 (19.92% from 255) = 16.56%

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

R = 44.7%
G = 16.56%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#873275 (or 0x873275) is known color: Dark Purple. HEX triplet: 87, 32 and 75. RGB value is (135,50,117). Sum of RGB (Red+Green+Blue) = 135+50+117=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873275 is #78CD8A. Grayscale: #525252. Windows color (decimal): -7916939 or 7680647. OLE color: 7680647.

HSL color Cylindrical-coordinate representation of color #873275: hue angle of 312.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873275 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 117 -
CMYK 0 0.63 0.13 0.47
HSL 312.71º 0.46% 0.36% -
HSV(B) 312.71º 0.63% 0.53% -
XYZ 14.34 8.72 17.76 -
YUV 83.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 135 50 117 0 0.63 0.13 0.47 312.71 0.46 0.36
Hex 87 32 75 0 3F D 2F 139 2E 24
Octal 207 62 165 0 77 15 57 471 56 44
Binary 10000111 110010 1110101 0 111111 1101 101111 100111001 101110 100100

Color Harmonies of #873275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873275

Black with #873275

Text Example


Text Example

White with #873275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873275; }

 p { color: rgb(135,50,117); }

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

background-color css

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

 a { background-color: rgb(135,50,117); }

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

border-color css

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

 span { border-color: rgb(135,50,117); }

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