#7035BC

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

Shades of Purple Heart #7035BC

Tints of Purple Heart #7035BC

Color information

#7035BC (or 0x7035BC) is unknown color: approx Purple Heart. HEX triplet: 70, 35 and BC. RGB value is (112,53,188). Sum of RGB (Red+Green+Blue) = 112+53+188=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #7035BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035BC is #8FCA43. Grayscale: #555555. Windows color (decimal): -9423428 or 12334448. OLE color: 12334448.

HSL color Cylindrical-coordinate representation of color #7035BC: hue angle of 266.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7035BC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11253188-
CMYK0.400.7200.26
HSL266.22º56.02%47.25%-
HSV(B)266.22º71.81%73.73%-
XYZ17.039.6248.54-
YUV86.03185.55146.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=31.73%
G=15.01%
B=53.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112531880.400.7200.26266.2256.0247.25
Hex7035BC284801A10a382f
Octal16065274501100324127057
Binary1110000110101101111001010001001000011010100001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7035BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7035BC; }

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

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

<style>
 a { background-color: #7035BC; }

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

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

<style>
 span { border-color: #7035BC; }

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

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