#6538BE

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

Shades of Purple Heart #6538BE

Tints of Purple Heart #6538BE

Color information

#6538BE (or 0x6538BE) is unknown color: approx Purple Heart. HEX triplet: 65, 38 and BE. RGB value is (101,56,190). Sum of RGB (Red+Green+Blue) = 101+56+190=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #6538BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538BE is #9AC741. Grayscale: #545454. Windows color (decimal): -10143554 or 12466277. OLE color: 12466277.

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

Color convert

RGB10156190-
CMYK0.470.7100.25
HSL260.15º54.47%48.24%-
HSV(B)260.15º70.53%74.51%-
XYZ16.089.3149.67-
YUV84.73187.41139.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=29.11%
G=16.14%
B=54.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101561900.470.7100.25260.1554.4748.24
Hex6538BE2F470191043630
Octal14570276571070314046660
Binary1100101111000101111101011111000111011001100000100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6538BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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