#7035BE

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

Shades of Purple Heart #7035BE

Tints of Purple Heart #7035BE

Color information

#7035BE (or 0x7035BE) is unknown color: approx Purple Heart. HEX triplet: 70, 35 and BE. RGB value is (112,53,190). Sum of RGB (Red+Green+Blue) = 112+53+190=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #7035BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035BE is #8FCA41. Grayscale: #555555. Windows color (decimal): -9423426 or 12465520. OLE color: 12465520.

HSL color Cylindrical-coordinate representation of color #7035BE: hue angle of 265.84º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7035BE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11253190-
CMYK0.410.7200.25
HSL265.84º56.38%47.65%-
HSV(B)265.84º72.11%74.51%-
XYZ17.259.7149.68-
YUV86.26186.55146.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=31.55%
G=14.93%
B=53.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112531900.410.7200.25265.8456.3847.65
Hex7035BE294801910a3830
Octal16065276511100314127060
Binary1110000110101101111101010011001000011001100001010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7035BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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