Html Css Color HEX #702ECE Purple Heart

📋 copy color: '#702ECE'

red 112 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #702ECE

Tints of Purple Heart #702ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.64%

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

R = 30.77%
G = 12.64%
B = 56.59%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#702ECE (or 0x702ECE) is known color: Purple Heart. HEX triplet: 70, 2E and CE. RGB value is (112,46,206). Sum of RGB (Red+Green+Blue) = 112+46+206=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #702ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ECE is #8FD131. Grayscale: #535353. Windows color (decimal): -9425202 or 13512304. OLE color: 13512304.

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

Color convert

RGB 112 46 206 -
CMYK 0.46 0.78 0 0.19
HSL 264.75º 0.63% 0.49% -
HSV(B) 264.75º 0.78% 0.81% -
XYZ 18.8 9.85 59.3 -
YUV 83.97 196.87 147.99 -
System Red Green Blue C M Y K H S L
Decimal 112 46 206 0.46 0.78 0 0.19 264.75 0.63 0.49
Hex 70 2E CE 2E 4E 0 13 109 3F 31
Octal 160 56 316 56 116 0 23 411 77 61
Binary 1110000 101110 11001110 101110 1001110 0 10011 100001001 111111 110001

Color Harmonies of #702ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ECE

Black with #702ECE

Text Example


Text Example

White with #702ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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