Html Css Color HEX #702ECA Purple Heart

📋 copy color: '#702ECA'

red 112 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #702ECA

Tints of Purple Heart #702ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 31.11%
G = 12.78%
B = 56.11%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#702ECA (or 0x702ECA) is known color: Purple Heart. HEX triplet: 70, 2E and CA. RGB value is (112,46,202). Sum of RGB (Red+Green+Blue) = 112+46+202=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #702ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ECA is #8FD135. Grayscale: #525252. Windows color (decimal): -9425206 or 13250160. OLE color: 13250160.

HSL color Cylindrical-coordinate representation of color #702ECA: hue angle of 265.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702ECA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 46 202 -
CMYK 0.45 0.77 0 0.21
HSL 265.38º 0.63% 0.49% -
HSV(B) 265.38º 0.77% 0.79% -
XYZ 18.32 9.66 56.78 -
YUV 83.52 194.87 148.32 -
System Red Green Blue C M Y K H S L
Decimal 112 46 202 0.45 0.77 0 0.21 265.38 0.63 0.49
Hex 70 2E CA 2D 4D 0 15 109 3F 31
Octal 160 56 312 55 115 0 25 411 77 61
Binary 1110000 101110 11001010 101101 1001101 0 10101 100001001 111111 110001

Color Harmonies of #702ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ECA

Black with #702ECA

Text Example


Text Example

White with #702ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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