#6436BF

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

Shades of Purple Heart #6436BF

Tints of Purple Heart #6436BF

Color information

#6436BF (or 0x6436BF) is unknown color: approx Purple Heart. HEX triplet: 64, 36 and BF. RGB value is (100,54,191). Sum of RGB (Red+Green+Blue) = 100+54+191=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #6436BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6436BF is #9BC940. Grayscale: #525252. Windows color (decimal): -10209601 or 12531300. OLE color: 12531300.

HSL color Cylindrical-coordinate representation of color #6436BF: hue angle of 260.15º 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 #6436BF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10054191-
CMYK0.480.7200.25
HSL260.15º55.92%48.04%-
HSV(B)260.15º71.73%74.9%-
XYZ15.989.1150.21-
YUV83.37188.74139.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 191 (75% from 255) = 55.36%
R=28.99%
G=15.65%
B=55.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100541910.480.7200.25260.1555.9248.04
Hex6436BF30480191043830
Octal14466277601100314047060
Binary1100100110110101111111100001001000011001100000100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6436BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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