Html Css Color HEX #873378 Dark Purple

📋 copy color: '#873378'

red 135 ◦ green 51 ◦ blue 120

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

Shades of Dark Purple #873378

Tints of Dark Purple #873378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 44.12%
G = 16.67%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#873378 (or 0x873378) is known color: Dark Purple. HEX triplet: 87, 33 and 78. RGB value is (135,51,120). Sum of RGB (Red+Green+Blue) = 135+51+120=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #873378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873378 is #78CC87. Grayscale: #535353. Windows color (decimal): -7916680 or 7877511. OLE color: 7877511.

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

Color convert

RGB 135 51 120 -
CMYK 0 0.62 0.11 0.47
HSL 310.71º 0.45% 0.36% -
HSV(B) 310.71º 0.62% 0.53% -
XYZ 14.57 8.87 18.71 -
YUV 83.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 135 51 120 0 0.62 0.11 0.47 310.71 0.45 0.36
Hex 87 33 78 0 3E B 2F 137 2D 24
Octal 207 63 170 0 76 13 57 467 55 44
Binary 10000111 110011 1111000 0 111110 1011 101111 100110111 101101 100100

Color Harmonies of #873378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873378

Black with #873378

Text Example


Text Example

White with #873378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873378; }

 p { color: rgb(135,51,120); }

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

background-color css

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

 a { background-color: rgb(135,51,120); }

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

border-color css

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

 span { border-color: rgb(135,51,120); }

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