#6035BE

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

Shades of Purple Heart #6035BE

Tints of Purple Heart #6035BE

Color information

#6035BE (or 0x6035BE) is unknown color: approx Purple Heart. HEX triplet: 60, 35 and BE. RGB value is (96,53,190). Sum of RGB (Red+Green+Blue) = 96+53+190=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #6035BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035BE is #9FCA41. Grayscale: #505050. Windows color (decimal): -10472002 or 12465504. OLE color: 12465504.

HSL color Cylindrical-coordinate representation of color #6035BE: hue angle of 258.83º 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 #6035BE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9653190-
CMYK0.490.7200.25
HSL258.83º56.38%47.65%-
HSV(B)258.83º72.11%74.51%-
XYZ15.398.7549.59-
YUV81.47189.25138.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=28.32%
G=15.63%
B=56.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96531900.490.7200.25258.8356.3847.65
Hex6035BE31480191033830
Octal14065276611100314037060
Binary1100000110101101111101100011001000011001100000011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6035BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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