#360CBE

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

Shades of Purple Heart #360CBE

Tints of Purple Heart #360CBE

Color information

#360CBE (or 0x360CBE) is unknown color: approx Purple Heart. HEX triplet: 36, 0C and BE. RGB value is (54,12,190). Sum of RGB (Red+Green+Blue) = 54+12+190=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #360CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CBE is #C9F341. Grayscale: #2C2C2C. Windows color (decimal): -13235010 or 12454966. OLE color: 12454966.

HSL color Cylindrical-coordinate representation of color #360CBE: hue angle of 254.16º degrees, saturation: 0.88, 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 #360CBE is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5412190-
CMYK0.720.9400.25
HSL254.16º88.12%39.61%-
HSV(B)254.16º93.68%74.51%-
XYZ10.954.7649.06-
YUV44.85209.91134.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 12 (5.08% from 255) = 4.69%
BLUE value IS 190 (74.61% from 255) = 74.22%
R=21.09%
G=4.69%
B=74.22%

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
Decimal54121900.720.9400.25254.1688.1239.61
Hex36CBE485E019fe5828
Octal661427611013603137613050
Binary11011011001011111010010001011110011001111111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,12,190); }

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

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

 a { background-color: rgb(54,12,190); }

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

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

 span { border-color: rgb(54,12,190); }

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