Html Css Color HEX #870CE7 Dark Violet

📋 copy color: '#870CE7'

red 135 ◦ green 12 ◦ blue 231

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

Shades of Dark Violet #870CE7

Tints of Dark Violet #870CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.11%

R = 35.71%
G = 3.17%
B = 61.11%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#870CE7 (or 0x870CE7) is known color: Dark Violet. HEX triplet: 87, 0C and E7. RGB value is (135,12,231). Sum of RGB (Red+Green+Blue) = 135+12+231=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #870CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CE7 is #78F318. Grayscale: #484848. Windows color (decimal): -7926553 or 15142023. OLE color: 15142023.

HSL color Cylindrical-coordinate representation of color #870CE7: hue angle of 273.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CE7 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 12 231 -
CMYK 0.42 0.95 0 0.09
HSL 273.7º 0.9% 0.48% -
HSV(B) 273.7º 0.95% 0.91% -
XYZ 24.55 11.18 76.47 -
YUV 73.74 216.75 171.69 -
System Red Green Blue C M Y K H S L
Decimal 135 12 231 0.42 0.95 0 0.09 273.7 0.9 0.48
Hex 87 C E7 2A 5F 0 9 112 5A 30
Octal 207 14 347 52 137 0 11 422 132 60
Binary 10000111 1100 11100111 101010 1011111 0 1001 100010010 1011010 110000

Color Harmonies of #870CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CE7

Black with #870CE7

Text Example


Text Example

White with #870CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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