Html Css Color HEX #703EDF Purple Heart

📋 copy color: '#703EDF'

red 112 ◦ green 62 ◦ blue 223

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

Shades of Purple Heart #703EDF

Tints of Purple Heart #703EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 28.21%
G = 15.62%
B = 56.17%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#703EDF (or 0x703EDF) is known color: Purple Heart. HEX triplet: 70, 3E and DF. RGB value is (112,62,223). Sum of RGB (Red+Green+Blue) = 112+62+223=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #703EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDF is #8FC120. Grayscale: #5E5E5E. Windows color (decimal): -9421089 or 14630512. OLE color: 14630512.

HSL color Cylindrical-coordinate representation of color #703EDF: hue angle of 258.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703EDF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 62 223 -
CMYK 0.50 0.72 0 0.13
HSL 258.63º 0.72% 0.56% -
HSV(B) 258.63º 0.72% 0.87% -
XYZ 21.72 12.22 71.03 -
YUV 95.3 200.07 139.91 -
System Red Green Blue C M Y K H S L
Decimal 112 62 223 0.50 0.72 0 0.13 258.63 0.72 0.56
Hex 70 3E DF 32 48 0 D 103 48 38
Octal 160 76 337 62 110 0 15 403 110 70
Binary 1110000 111110 11011111 110010 1001000 0 1101 100000011 1001000 111000

Color Harmonies of #703EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EDF

Black with #703EDF

Text Example


Text Example

White with #703EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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