Html Css Color HEX #703EDD Purple Heart

📋 copy color: '#703EDD'

red 112 ◦ green 62 ◦ blue 221

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

Shades of Purple Heart #703EDD

Tints of Purple Heart #703EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 28.35%
G = 15.7%
B = 55.95%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#703EDD (or 0x703EDD) is known color: Purple Heart. HEX triplet: 70, 3E and DD. RGB value is (112,62,221). Sum of RGB (Red+Green+Blue) = 112+62+221=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #703EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDD is #8FC122. Grayscale: #5E5E5E. Windows color (decimal): -9421091 or 14499440. OLE color: 14499440.

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

Color convert

RGB 112 62 221 -
CMYK 0.49 0.72 0 0.13
HSL 258.87º 0.7% 0.55% -
HSV(B) 258.87º 0.72% 0.87% -
XYZ 21.46 12.11 69.61 -
YUV 95.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 112 62 221 0.49 0.72 0 0.13 258.87 0.7 0.55
Hex 70 3E DD 31 48 0 D 103 46 37
Octal 160 76 335 61 110 0 15 403 106 67
Binary 1110000 111110 11011101 110001 1001000 0 1101 100000011 1000110 110111

Color Harmonies of #703EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EDD

Black with #703EDD

Text Example


Text Example

White with #703EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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