#703CBC

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

Shades of Purple Heart #703CBC

Tints of Purple Heart #703CBC

Color information

#703CBC (or 0x703CBC) is unknown color: approx Purple Heart. HEX triplet: 70, 3C and BC. RGB value is (112,60,188). Sum of RGB (Red+Green+Blue) = 112+60+188=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #703CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CBC is #8FC343. Grayscale: #595959. Windows color (decimal): -9421636 or 12336240. OLE color: 12336240.

HSL color Cylindrical-coordinate representation of color #703CBC: hue angle of 264.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703CBC is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11260188-
CMYK0.400.6800.26
HSL264.38º51.61%48.63%-
HSV(B)264.38º68.09%73.73%-
XYZ17.3810.3148.65-
YUV90.14183.23143.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 60 (23.83% from 255) = 16.67%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=31.11%
G=16.67%
B=52.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112601880.400.6800.26264.3851.6148.63
Hex703CBC284401A1083431
Octal16074274501040324106461
Binary1110000111100101111001010001000100011010100001000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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