#6029b3

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

Shades of Purple Heart #6029B3

Tints of Purple Heart #6029B3

Color information

#6029B3 (or 0x6029B3) is unknown color: approx Purple Heart. HEX triplet: 60, 29 and B3. RGB value is (96,41,179). Sum of RGB (Red+Green+Blue) = 96+41+179=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #6029B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029B3 is #9FD64C. Grayscale: #484848. Windows color (decimal): -10475085 or 11741536. OLE color: 11741536.

HSL color Cylindrical-coordinate representation of color #6029B3: hue angle of 263.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6029B3 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9641179-
CMYK0.460.7700.30
HSL263.91º62.73%43.14%-
HSV(B)263.91º77.09%70.2%-
XYZ13.757.3343.34-
YUV73.18187.72144.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 179 (70.31% from 255) = 56.65%
R=30.38%
G=12.97%
B=56.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96411790.460.7700.30263.9162.7343.14
Hex6029B32E4D01E1083f2b
Octal14051263561150364107753
Binary1100000101001101100111011101001101011110100001000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6029b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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