#6032bf

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

Shades of Purple Heart #6032BF

Tints of Purple Heart #6032BF

Color information

#6032BF (or 0x6032BF) is unknown color: approx Purple Heart. HEX triplet: 60, 32 and BF. RGB value is (96,50,191). Sum of RGB (Red+Green+Blue) = 96+50+191=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #6032BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032BF is #9FCD40. Grayscale: #4F4F4F. Windows color (decimal): -10472769 or 12530272. OLE color: 12530272.

HSL color Cylindrical-coordinate representation of color #6032BF: hue angle of 259.57º 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 #6032BF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9650191-
CMYK0.500.7400.25
HSL259.57º58.51%47.25%-
HSV(B)259.57º73.82%74.9%-
XYZ15.378.5350.13-
YUV79.83190.74139.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 191 (75% from 255) = 56.68%
R=28.49%
G=14.84%
B=56.68%

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
Decimal96501910.500.7400.25259.5758.5147.25
Hex6032BF324A0191043b2f
Octal14062277621120314047357
Binary1100000110010101111111100101001010011001100000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6032bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6032bf; }

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

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

<style>
 a { background-color: #6032bf; }

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

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

<style>
 span { border-color: #6032bf; }

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

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