Html Css Color HEX #700ECE Purple Heart

📋 copy color: '#700ECE'

red 112 ◦ green 14 ◦ blue 206

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

Shades of Purple Heart #700ECE

Tints of Purple Heart #700ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 33.73%
G = 4.22%
B = 62.05%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#700ECE (or 0x700ECE) is known color: Purple Heart. HEX triplet: 70, 0E and CE. RGB value is (112,14,206). Sum of RGB (Red+Green+Blue) = 112+14+206=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #700ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ECE is #8FF131. Grayscale: #404040. Windows color (decimal): -9433394 or 13504112. OLE color: 13504112.

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

Color convert

RGB 112 14 206 -
CMYK 0.46 0.93 0 0.19
HSL 270.63º 0.87% 0.43% -
HSV(B) 270.63º 0.93% 0.81% -
XYZ 17.98 8.22 59.03 -
YUV 65.19 207.47 161.39 -
System Red Green Blue C M Y K H S L
Decimal 112 14 206 0.46 0.93 0 0.19 270.63 0.87 0.43
Hex 70 E CE 2E 5D 0 13 10F 57 2B
Octal 160 16 316 56 135 0 23 417 127 53
Binary 1110000 1110 11001110 101110 1011101 0 10011 100001111 1010111 101011

Color Harmonies of #700ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ECE

Black with #700ECE

Text Example


Text Example

White with #700ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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