Html Css Color HEX #700ECD Purple Heart

📋 copy color: '#700ECD'

red 112 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #700ECD

Tints of Purple Heart #700ECD

RGB

 RED value IS 112 (44.14% from 255) = 33.84%

 GREEN value IS 14 (5.86% from 255) = 4.23%

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 33.84%
G = 4.23%
B = 61.93%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#700ECD (or 0x700ECD) is known color: Purple Heart. HEX triplet: 70, 0E and CD. RGB value is (112,14,205). Sum of RGB (Red+Green+Blue) = 112+14+205=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #700ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ECD is #8FF132. Grayscale: #404040. Windows color (decimal): -9433395 or 13438576. OLE color: 13438576.

HSL color Cylindrical-coordinate representation of color #700ECD: hue angle of 270.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700ECD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 14 205 -
CMYK 0.45 0.93 0 0.20
HSL 270.79º 0.87% 0.43% -
HSV(B) 270.79º 0.93% 0.8% -
XYZ 17.86 8.17 58.39 -
YUV 65.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 112 14 205 0.45 0.93 0 0.20 270.79 0.87 0.43
Hex 70 E CD 2D 5D 0 14 10F 57 2B
Octal 160 16 315 55 135 0 24 417 127 53
Binary 1110000 1110 11001101 101101 1011101 0 10100 100001111 1010111 101011

Color Harmonies of #700ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ECD

Black with #700ECD

Text Example


Text Example

White with #700ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700ECD; }

 p { color: rgb(112,14,205); }

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

background-color css

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

 a { background-color: rgb(112,14,205); }

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

border-color css

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

 span { border-color: rgb(112,14,205); }

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