#6045BF

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

Shades of Purple Heart #6045BF

Tints of Purple Heart #6045BF

Color information

#6045BF (or 0x6045BF) is unknown color: approx Purple Heart. HEX triplet: 60, 45 and BF. RGB value is (96,69,191). Sum of RGB (Red+Green+Blue) = 96+69+191=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #6045BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045BF is #9FBA40. Grayscale: #5A5A5A. Windows color (decimal): -10467905 or 12535136. OLE color: 12535136.

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

Color convert

RGB9669191-
CMYK0.500.6400.25
HSL253.28º48.8%50.98%-
HSV(B)253.28º63.87%74.9%-
XYZ16.3610.550.46-
YUV90.98184.45131.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 191 (75% from 255) = 53.65%
R=26.97%
G=19.38%
B=53.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96691910.500.6400.25253.2848.850.98
Hex6045BF3240019fd3133
Octal140105277621000313756163
Binary1100000100010110111111110010100000001100111111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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