#360BBF

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

Shades of Purple Heart #360BBF

Tints of Purple Heart #360BBF

Color information

#360BBF (or 0x360BBF) is unknown color: approx Purple Heart. HEX triplet: 36, 0B and BF. RGB value is (54,11,191). Sum of RGB (Red+Green+Blue) = 54+11+191=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #360BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BBF is #C9F440. Grayscale: #2B2B2B. Windows color (decimal): -13235265 or 12520246. OLE color: 12520246.

HSL color Cylindrical-coordinate representation of color #360BBF: hue angle of 254.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360BBF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5411191-
CMYK0.720.9400.25
HSL254.33º89.11%39.61%-
HSV(B)254.33º94.24%74.9%-
XYZ11.044.7949.63-
YUV44.38210.75134.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 191 (75% from 255) = 74.61%
R=21.09%
G=4.30%
B=74.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54111910.720.9400.25254.3389.1139.61
Hex36BBF485E019fe5928
Octal661327711013603137613150
Binary11011010111011111110010001011110011001111111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360BBF; }

 p { color: rgb(54,11,191); }

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

<style>
 a { background-color: #360BBF; }

 a { background-color: rgb(54,11,191); }

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

<style>
 span { border-color: #360BBF; }

 span { border-color: rgb(54,11,191); }

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