Html Css Color HEX #870672 Purple

📋 copy color: '#870672'

red 135 ◦ green 6 ◦ blue 114

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

Shades of Purple #870672

Tints of Purple #870672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 52.94%
G = 2.35%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#870672 (or 0x870672) is known color: Purple. HEX triplet: 87, 06 and 72. RGB value is (135,6,114). Sum of RGB (Red+Green+Blue) = 135+6+114=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870672 is #78F98D. Grayscale: #383838. Windows color (decimal): -7928206 or 7472775. OLE color: 7472775.

HSL color Cylindrical-coordinate representation of color #870672: hue angle of 309.77º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870672 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 6 114 -
CMYK 0 0.96 0.16 0.47
HSL 309.77º 0.91% 0.28% -
HSV(B) 309.77º 0.96% 0.53% -
XYZ 13.09 6.5 16.48 -
YUV 56.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 135 6 114 0 0.96 0.16 0.47 309.77 0.91 0.28
Hex 87 6 72 0 60 10 2F 136 5B 1C
Octal 207 6 162 0 140 20 57 466 133 34
Binary 10000111 110 1110010 0 1100000 10000 101111 100110110 1011011 11100

Color Harmonies of #870672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870672

Black with #870672

Text Example


Text Example

White with #870672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870672; }

 p { color: rgb(135,6,114); }

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

background-color css

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

 a { background-color: rgb(135,6,114); }

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

border-color css

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

 span { border-color: rgb(135,6,114); }

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