#703fcf

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

Shades of Purple Heart #703FCF

Tints of Purple Heart #703FCF

Color information

#703FCF (or 0x703FCF) is unknown color: approx Purple Heart. HEX triplet: 70, 3F and CF. RGB value is (112,63,207). Sum of RGB (Red+Green+Blue) = 112+63+207=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #703FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCF is #8FC030. Grayscale: #5D5D5D. Windows color (decimal): -9420849 or 13582192. OLE color: 13582192.

HSL color Cylindrical-coordinate representation of color #703FCF: hue angle of 260.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703FCF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11263207-
CMYK0.460.7000.19
HSL260.42º60%52.94%-
HSV(B)260.42º69.57%81.18%-
XYZ19.7211.560.21-
YUV94.07191.73140.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 207 (81.25% from 255) = 54.19%
R=29.32%
G=16.49%
B=54.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112632070.460.7000.19260.426052.94
Hex703FCF2E460131043c35
Octal16077317561060234047465
Binary1110000111111110011111011101000110010011100000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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