#6028BA

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

Shades of Purple Heart #6028BA

Tints of Purple Heart #6028BA

Color information

#6028BA (or 0x6028BA) is unknown color: approx Purple Heart. HEX triplet: 60, 28 and BA. RGB value is (96,40,186). Sum of RGB (Red+Green+Blue) = 96+40+186=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6028BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028BA is #9FD745. Grayscale: #484848. Windows color (decimal): -10475334 or 12200032. OLE color: 12200032.

HSL color Cylindrical-coordinate representation of color #6028BA: hue angle of 263.01º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6028BA is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9640186-
CMYK0.480.7800.27
HSL263.01º64.6%44.31%-
HSV(B)263.01º78.49%72.94%-
XYZ14.457.5547.15-
YUV73.39191.55144.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=29.81%
G=12.42%
B=57.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96401860.480.7800.27263.0164.644.31
Hex6028BA304E01B107412c
Octal140502726011603340710154
Binary11000001010001011101011000010011100110111000001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6028BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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