Html Css Color HEX #873274 Dark Purple

📋 copy color: '#873274'

red 135 ◦ green 50 ◦ blue 116

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

Shades of Dark Purple #873274

Tints of Dark Purple #873274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 44.85%
G = 16.61%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#873274 (or 0x873274) is known color: Dark Purple. HEX triplet: 87, 32 and 74. RGB value is (135,50,116). Sum of RGB (Red+Green+Blue) = 135+50+116=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873274 is #78CD8B. Grayscale: #525252. Windows color (decimal): -7916940 or 7615111. OLE color: 7615111.

HSL color Cylindrical-coordinate representation of color #873274: hue angle of 313.41º 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 #873274 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 116 -
CMYK 0 0.63 0.14 0.47
HSL 313.41º 0.46% 0.36% -
HSV(B) 313.41º 0.63% 0.53% -
XYZ 14.28 8.69 17.45 -
YUV 82.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 135 50 116 0 0.63 0.14 0.47 313.41 0.46 0.36
Hex 87 32 74 0 3F E 2F 139 2E 24
Octal 207 62 164 0 77 16 57 471 56 44
Binary 10000111 110010 1110100 0 111111 1110 101111 100111001 101110 100100

Color Harmonies of #873274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873274

Black with #873274

Text Example


Text Example

White with #873274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873274; }

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

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

background-color css

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

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

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

border-color css

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

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

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