Html Css Color HEX #870D7A Purple

📋 copy color: '#870D7A'

red 135 ◦ green 13 ◦ blue 122

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

Shades of Purple #870D7A

Tints of Purple #870D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 50%
G = 4.81%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870D7A (or 0x870D7A) is known color: Purple. HEX triplet: 87, 0D and 7A. RGB value is (135,13,122). Sum of RGB (Red+Green+Blue) = 135+13+122=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #870D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D7A is #78F285. Grayscale: #3D3D3D. Windows color (decimal): -7926406 or 7998855. OLE color: 7998855.

HSL color Cylindrical-coordinate representation of color #870D7A: hue angle of 306.39º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D7A is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 122 -
CMYK 0 0.90 0.10 0.47
HSL 306.39º 0.82% 0.29% -
HSV(B) 306.39º 0.9% 0.53% -
XYZ 13.65 6.84 19.01 -
YUV 61.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 135 13 122 0 0.90 0.10 0.47 306.39 0.82 0.29
Hex 87 D 7A 0 5A A 2F 132 52 1D
Octal 207 15 172 0 132 12 57 462 122 35
Binary 10000111 1101 1111010 0 1011010 1010 101111 100110010 1010010 11101

Color Harmonies of #870D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D7A

Black with #870D7A

Text Example


Text Example

White with #870D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D7A; }

 p { color: rgb(135,13,122); }

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

background-color css

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

 a { background-color: rgb(135,13,122); }

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

border-color css

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

 span { border-color: rgb(135,13,122); }

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