#703FCA

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

Shades of Purple Heart #703FCA

Tints of Purple Heart #703FCA

Color information

#703FCA (or 0x703FCA) is unknown color: approx Purple Heart. HEX triplet: 70, 3F and CA. RGB value is (112,63,202). Sum of RGB (Red+Green+Blue) = 112+63+202=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #703FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCA is #8FC035. Grayscale: #5C5C5C. Windows color (decimal): -9420854 or 13254512. OLE color: 13254512.

HSL color Cylindrical-coordinate representation of color #703FCA: hue angle of 261.15º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703FCA is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11263202-
CMYK0.450.6900.21
HSL261.15º56.73%51.96%-
HSV(B)261.15º68.81%79.22%-
XYZ19.1211.2657.04-
YUV93.5189.23141.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=29.71%
G=16.71%
B=53.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112632020.450.6900.21261.1556.7351.96
Hex703FCA2D450151053934
Octal16077312551050254057164
Binary1110000111111110010101011011000101010101100000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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