#6028BC

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

Shades of Purple Heart #6028BC

Tints of Purple Heart #6028BC

Color information

#6028BC (or 0x6028BC) is unknown color: approx Purple Heart. HEX triplet: 60, 28 and BC. RGB value is (96,40,188). Sum of RGB (Red+Green+Blue) = 96+40+188=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6028BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028BC is #9FD743. Grayscale: #494949. Windows color (decimal): -10475332 or 12331104. OLE color: 12331104.

HSL color Cylindrical-coordinate representation of color #6028BC: hue angle of 262.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6028BC is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9640188-
CMYK0.490.7900.26
HSL262.7º64.91%44.71%-
HSV(B)262.7º78.72%73.73%-
XYZ14.667.6448.28-
YUV73.62192.55143.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 188 (73.83% from 255) = 58.02%
R=29.63%
G=12.35%
B=58.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96401880.490.7900.26262.764.9144.71
Hex6028BC314F01A107412d
Octal140502746111703240710155
Binary11000001010001011110011000110011110110101000001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6028BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,40,188); }

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

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

 a { background-color: rgb(96,40,188); }

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

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

 span { border-color: rgb(96,40,188); }

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