Html Css Color HEX #872273 Dark Purple

📋 copy color: '#872273'

red 135 ◦ green 34 ◦ blue 115

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

Shades of Dark Purple #872273

Tints of Dark Purple #872273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

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

R = 47.54%
G = 11.97%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#872273 (or 0x872273) is known color: Dark Purple. HEX triplet: 87, 22 and 73. RGB value is (135,34,115). Sum of RGB (Red+Green+Blue) = 135+34+115=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #872273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872273 is #78DD8C. Grayscale: #494949. Windows color (decimal): -7921037 or 7545479. OLE color: 7545479.

HSL color Cylindrical-coordinate representation of color #872273: hue angle of 311.88º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872273 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 34 115 -
CMYK 0 0.75 0.15 0.47
HSL 311.88º 0.6% 0.33% -
HSV(B) 311.88º 0.75% 0.53% -
XYZ 13.66 7.53 16.95 -
YUV 73.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 135 34 115 0 0.75 0.15 0.47 311.88 0.6 0.33
Hex 87 22 73 0 4B F 2F 138 3C 21
Octal 207 42 163 0 113 17 57 470 74 41
Binary 10000111 100010 1110011 0 1001011 1111 101111 100111000 111100 100001

Color Harmonies of #872273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872273

Black with #872273

Text Example


Text Example

White with #872273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872273; }

 p { color: rgb(135,34,115); }

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

background-color css

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

 a { background-color: rgb(135,34,115); }

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

border-color css

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

 span { border-color: rgb(135,34,115); }

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