#6030BF

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

Shades of Purple Heart #6030BF

Tints of Purple Heart #6030BF

Color information

#6030BF (or 0x6030BF) is unknown color: approx Purple Heart. HEX triplet: 60, 30 and BF. RGB value is (96,48,191). Sum of RGB (Red+Green+Blue) = 96+48+191=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #6030BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030BF is #9FCF40. Grayscale: #4E4E4E. Windows color (decimal): -10473281 or 12529760. OLE color: 12529760.

HSL color Cylindrical-coordinate representation of color #6030BF: hue angle of 260.14º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6030BF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9648191-
CMYK0.500.7500.25
HSL260.14º59.83%46.86%-
HSV(B)260.14º74.87%74.9%-
XYZ15.288.3650.1-
YUV78.65191.4140.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 191 (75% from 255) = 57.01%
R=28.66%
G=14.33%
B=57.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96481910.500.7500.25260.1459.8346.86
Hex6030BF324B0191043c2f
Octal14060277621130314047457
Binary1100000110000101111111100101001011011001100000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6030BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6030BF; }

 p { color: rgb(96,48,191); }

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

<style>
 a { background-color: #6030BF; }

 a { background-color: rgb(96,48,191); }

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

<style>
 span { border-color: #6030BF; }

 span { border-color: rgb(96,48,191); }

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