Html Css Color HEX #870C7D Purple

📋 copy color: '#870C7D'

red 135 ◦ green 12 ◦ blue 125

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

Shades of Purple #870C7D

Tints of Purple #870C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 49.63%
G = 4.41%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#870C7D (or 0x870C7D) is known color: Purple. HEX triplet: 87, 0C and 7D. RGB value is (135,12,125). Sum of RGB (Red+Green+Blue) = 135+12+125=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #870C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C7D is #78F382. Grayscale: #3D3D3D. Windows color (decimal): -7926659 or 8195207. OLE color: 8195207.

HSL color Cylindrical-coordinate representation of color #870C7D: hue angle of 304.88º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C7D is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 125 -
CMYK 0 0.91 0.07 0.47
HSL 304.88º 0.84% 0.29% -
HSV(B) 304.88º 0.91% 0.53% -
XYZ 13.82 6.89 20 -
YUV 61.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 135 12 125 0 0.91 0.07 0.47 304.88 0.84 0.29
Hex 87 C 7D 0 5B 7 2F 131 54 1D
Octal 207 14 175 0 133 7 57 461 124 35
Binary 10000111 1100 1111101 0 1011011 111 101111 100110001 1010100 11101

Color Harmonies of #870C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C7D

Black with #870C7D

Text Example


Text Example

White with #870C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,12,125); }

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

background-color css

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

 a { background-color: rgb(135,12,125); }

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

border-color css

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

 span { border-color: rgb(135,12,125); }

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