#6031BF

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

Shades of Purple Heart #6031BF

Tints of Purple Heart #6031BF

Color information

#6031BF (or 0x6031BF) is unknown color: approx Purple Heart. HEX triplet: 60, 31 and BF. RGB value is (96,49,191). Sum of RGB (Red+Green+Blue) = 96+49+191=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #6031BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031BF is #9FCE40. Grayscale: #4E4E4E. Windows color (decimal): -10473025 or 12530016. OLE color: 12530016.

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

Color convert

RGB9649191-
CMYK0.500.7400.25
HSL259.86º59.17%47.06%-
HSV(B)259.86º74.35%74.9%-
XYZ15.338.4550.11-
YUV79.24191.07139.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 191 (75% from 255) = 56.85%
R=28.57%
G=14.58%
B=56.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96491910.500.7400.25259.8659.1747.06
Hex6031BF324A0191043b2f
Octal14061277621120314047357
Binary1100000110001101111111100101001010011001100000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6031BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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