#6536BE

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

Shades of Purple Heart #6536BE

Tints of Purple Heart #6536BE

Color information

#6536BE (or 0x6536BE) is unknown color: approx Purple Heart. HEX triplet: 65, 36 and BE. RGB value is (101,54,190). Sum of RGB (Red+Green+Blue) = 101+54+190=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #6536BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6536BE is #9AC941. Grayscale: #535353. Windows color (decimal): -10144066 or 12465765. OLE color: 12465765.

HSL color Cylindrical-coordinate representation of color #6536BE: hue angle of 260.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6536BE is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10154190-
CMYK0.470.7200.25
HSL260.74º55.74%47.84%-
HSV(B)260.74º71.58%74.51%-
XYZ15.989.1249.63-
YUV83.56188.07140.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=29.28%
G=15.65%
B=55.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101541900.470.7200.25260.7455.7447.84
Hex6536BE2F480191053830
Octal14566276571100314057060
Binary1100101110110101111101011111001000011001100000101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6536BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6536BE; }

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

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

<style>
 a { background-color: #6536BE; }

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

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

<style>
 span { border-color: #6536BE; }

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

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