Html Css Color HEX #703EDB Purple Heart

📋 copy color: '#703EDB'

red 112 ◦ green 62 ◦ blue 219

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

Shades of Purple Heart #703EDB

Tints of Purple Heart #703EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 28.5%
G = 15.78%
B = 55.73%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#703EDB (or 0x703EDB) is known color: Purple Heart. HEX triplet: 70, 3E and DB. RGB value is (112,62,219). Sum of RGB (Red+Green+Blue) = 112+62+219=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #703EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDB is #8FC124. Grayscale: #5E5E5E. Windows color (decimal): -9421093 or 14368368. OLE color: 14368368.

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

Color convert

RGB 112 62 219 -
CMYK 0.49 0.72 0 0.14
HSL 259.11º 0.69% 0.55% -
HSV(B) 259.11º 0.72% 0.86% -
XYZ 21.19 12 68.22 -
YUV 94.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 112 62 219 0.49 0.72 0 0.14 259.11 0.69 0.55
Hex 70 3E DB 31 48 0 E 103 45 37
Octal 160 76 333 61 110 0 16 403 105 67
Binary 1110000 111110 11011011 110001 1001000 0 1110 100000011 1000101 110111

Color Harmonies of #703EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EDB

Black with #703EDB

Text Example


Text Example

White with #703EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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