#6029BA

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

Shades of Purple Heart #6029BA

Tints of Purple Heart #6029BA

Color information

#6029BA (or 0x6029BA) is unknown color: approx Purple Heart. HEX triplet: 60, 29 and BA. RGB value is (96,41,186). Sum of RGB (Red+Green+Blue) = 96+41+186=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6029BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029BA is #9FD645. Grayscale: #494949. Windows color (decimal): -10475078 or 12200288. OLE color: 12200288.

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

Color convert

RGB9641186-
CMYK0.480.7800.27
HSL262.76º63.88%44.51%-
HSV(B)262.76º77.96%72.94%-
XYZ14.487.6247.16-
YUV73.97191.22143.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=29.72%
G=12.69%
B=57.59%

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
Decimal96411860.480.7800.27262.7663.8844.51
Hex6029BA304E01B107402d
Octal140512726011603340710055
Binary11000001010011011101011000010011100110111000001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6029BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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