#703FC4

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

Shades of Purple Heart #703FC4

Tints of Purple Heart #703FC4

Color information

#703FC4 (or 0x703FC4) is unknown color: approx Purple Heart. HEX triplet: 70, 3F and C4. RGB value is (112,63,196). Sum of RGB (Red+Green+Blue) = 112+63+196=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #703FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FC4 is #8FC03B. Grayscale: #5C5C5C. Windows color (decimal): -9420860 or 12861296. OLE color: 12861296.

HSL color Cylindrical-coordinate representation of color #703FC4: hue angle of 262.11º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703FC4 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11263196-
CMYK0.430.6800.23
HSL262.11º52.99%50.78%-
HSV(B)262.11º67.86%76.86%-
XYZ18.4210.9953.37-
YUV92.81186.23141.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 196 (76.95% from 255) = 52.83%
R=30.19%
G=16.98%
B=52.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112631960.430.6800.23262.1152.9950.78
Hex703FC42B440171063533
Octal16077304531040274066563
Binary1110000111111110001001010111000100010111100000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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