#703DC1

Color #703DC1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #703DC1

Tints of Purple Heart #703DC1

Color information

#703DC1 (or 0x703DC1) is unknown color: approx Purple Heart. HEX triplet: 70, 3D and C1. RGB value is (112,61,193). Sum of RGB (Red+Green+Blue) = 112+61+193=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #703DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DC1 is #8FC23E. Grayscale: #5A5A5A. Windows color (decimal): -9421375 or 12664176. OLE color: 12664176.

HSL color Cylindrical-coordinate representation of color #703DC1: hue angle of 263.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703DC1 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11261193-
CMYK0.420.6800.24
HSL263.18º51.97%49.8%-
HSV(B)263.18º68.39%75.69%-
XYZ17.9810.6351.56-
YUV91.3185.4142.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=30.60%
G=16.67%
B=52.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112611930.420.6800.24263.1851.9749.8
Hex703DC12A440181073432
Octal16075301521040304076462
Binary1110000111101110000011010101000100011000100000111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,61,193); }

 H1.HeaderClassName
 {
   color: #703DC1;
 }
 .AnyTagClassName
 {
   color: #703DC1;
 }
</style>
background-color css

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

 a { background-color: rgb(112,61,193); }

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

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

 span { border-color: rgb(112,61,193); }

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