#6031B4

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

Shades of Purple Heart #6031B4

Tints of Purple Heart #6031B4

Color information

#6031B4 (or 0x6031B4) is unknown color: approx Purple Heart. HEX triplet: 60, 31 and B4. RGB value is (96,49,180). Sum of RGB (Red+Green+Blue) = 96+49+180=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #6031B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031B4 is #9FCE4B. Grayscale: #4D4D4D. Windows color (decimal): -10473036 or 11809120. OLE color: 11809120.

HSL color Cylindrical-coordinate representation of color #6031B4: hue angle of 261.53º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6031B4 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9649180-
CMYK0.470.7300.29
HSL261.53º57.21%44.9%-
HSV(B)261.53º72.78%70.59%-
XYZ14.167.9843.97-
YUV77.99185.57140.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=29.54%
G=15.08%
B=55.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96491800.470.7300.29261.5357.2144.9
Hex6031B42F4901D106392d
Octal14061264571110354067155
Binary1100000110001101101001011111001001011101100000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6031B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6031B4; }

 p { color: rgb(96,49,180); }

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

<style>
 a { background-color: #6031B4; }

 a { background-color: rgb(96,49,180); }

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

<style>
 span { border-color: #6031B4; }

 span { border-color: rgb(96,49,180); }

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