Html Css Color HEX #703ECA Purple Heart

📋 copy color: '#703ECA'

red 112 ◦ green 62 ◦ blue 202

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

Shades of Purple Heart #703ECA

Tints of Purple Heart #703ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.49%

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

R = 29.79%
G = 16.49%
B = 53.72%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#703ECA (or 0x703ECA) is known color: Purple Heart. HEX triplet: 70, 3E and CA. RGB value is (112,62,202). Sum of RGB (Red+Green+Blue) = 112+62+202=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #703ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ECA is #8FC135. Grayscale: #5C5C5C. Windows color (decimal): -9421110 or 13254256. OLE color: 13254256.

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

Color convert

RGB 112 62 202 -
CMYK 0.45 0.69 0 0.21
HSL 261.43º 0.57% 0.52% -
HSV(B) 261.43º 0.69% 0.79% -
XYZ 19.07 11.15 57.03 -
YUV 92.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 112 62 202 0.45 0.69 0 0.21 261.43 0.57 0.52
Hex 70 3E CA 2D 45 0 15 105 39 34
Octal 160 76 312 55 105 0 25 405 71 64
Binary 1110000 111110 11001010 101101 1000101 0 10101 100000101 111001 110100

Color Harmonies of #703ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ECA

Black with #703ECA

Text Example


Text Example

White with #703ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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