Html Css Color HEX #703CD9 Purple Heart

📋 copy color: '#703CD9'

red 112 ◦ green 60 ◦ blue 217

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

Shades of Purple Heart #703CD9

Tints of Purple Heart #703CD9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

 BLUE value IS 217 (85.16% from 255) = 55.78%

R = 28.79%
G = 15.42%
B = 55.78%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#703CD9 (or 0x703CD9) is known color: Purple Heart. HEX triplet: 70, 3C and D9. RGB value is (112,60,217). Sum of RGB (Red+Green+Blue) = 112+60+217=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #703CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CD9 is #8FC326. Grayscale: #5C5C5C. Windows color (decimal): -9421607 or 14236784. OLE color: 14236784.

HSL color Cylindrical-coordinate representation of color #703CD9: hue angle of 259.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703CD9 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 60 217 -
CMYK 0.48 0.72 0 0.15
HSL 259.87º 0.67% 0.54% -
HSV(B) 259.87º 0.72% 0.85% -
XYZ 20.82 11.69 66.8 -
YUV 93.45 197.73 141.23 -
System Red Green Blue C M Y K H S L
Decimal 112 60 217 0.48 0.72 0 0.15 259.87 0.67 0.54
Hex 70 3C D9 30 48 0 F 104 43 36
Octal 160 74 331 60 110 0 17 404 103 66
Binary 1110000 111100 11011001 110000 1001000 0 1111 100000100 1000011 110110

Color Harmonies of #703CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CD9

Black with #703CD9

Text Example


Text Example

White with #703CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,60,217); }

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

background-color css

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

 a { background-color: rgb(112,60,217); }

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

border-color css

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

 span { border-color: rgb(112,60,217); }

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