#7031CC

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

Shades of Purple Heart #7031CC

Tints of Purple Heart #7031CC

Color information

#7031CC (or 0x7031CC) is unknown color: approx Purple Heart. HEX triplet: 70, 31 and CC. RGB value is (112,49,204). Sum of RGB (Red+Green+Blue) = 112+49+204=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #7031CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7031CC is #8FCE33. Grayscale: #545454. Windows color (decimal): -9424436 or 13382000. OLE color: 13382000.

HSL color Cylindrical-coordinate representation of color #7031CC: hue angle of 264.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7031CC is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11249204-
CMYK0.450.7600.2
HSL264.39º61.26%49.61%-
HSV(B)264.39º75.98%80%-
XYZ18.681058.07-
YUV85.51194.87146.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 49 (19.53% from 255) = 13.42%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=30.68%
G=13.42%
B=55.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112492040.450.7600.2264.3961.2649.61
Hex7031CC2D4C0141083d32
Octal16061314551140244107562
Binary1110000110001110011001011011001100010100100001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7031CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7031CC; }

 p { color: rgb(112,49,204); }

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

<style>
 a { background-color: #7031CC; }

 a { background-color: rgb(112,49,204); }

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

<style>
 span { border-color: #7031CC; }

 span { border-color: rgb(112,49,204); }

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