Html Css Color HEX #703FD7 Purple Heart

📋 copy color: '#703FD7'

red 112 ◦ green 63 ◦ blue 215

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

Shades of Purple Heart #703FD7

Tints of Purple Heart #703FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 16.15%

 BLUE value IS 215 (84.38% from 255) = 55.13%

R = 28.72%
G = 16.15%
B = 55.13%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#703FD7 (or 0x703FD7) is known color: Purple Heart. HEX triplet: 70, 3F and D7. RGB value is (112,63,215). Sum of RGB (Red+Green+Blue) = 112+63+215=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #703FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FD7 is #8FC028. Grayscale: #5E5E5E. Windows color (decimal): -9420841 or 14106480. OLE color: 14106480.

HSL color Cylindrical-coordinate representation of color #703FD7: hue angle of 259.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703FD7 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 63 215 -
CMYK 0.48 0.71 0 0.16
HSL 259.34º 0.66% 0.55% -
HSV(B) 259.34º 0.71% 0.84% -
XYZ 20.73 11.91 65.5 -
YUV 94.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 112 63 215 0.48 0.71 0 0.16 259.34 0.66 0.55
Hex 70 3F D7 30 47 0 10 103 42 37
Octal 160 77 327 60 107 0 20 403 102 67
Binary 1110000 111111 11010111 110000 1000111 0 10000 100000011 1000010 110111

Color Harmonies of #703FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FD7

Black with #703FD7

Text Example


Text Example

White with #703FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,215); }

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

background-color css

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

 a { background-color: rgb(112,63,215); }

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

border-color css

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

 span { border-color: rgb(112,63,215); }

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