#6438BA

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

Shades of Purple Heart #6438BA

Tints of Purple Heart #6438BA

Color information

#6438BA (or 0x6438BA) is unknown color: approx Purple Heart. HEX triplet: 64, 38 and BA. RGB value is (100,56,186). Sum of RGB (Red+Green+Blue) = 100+56+186=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #6438BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438BA is #9BC745. Grayscale: #535353. Windows color (decimal): -10209094 or 12204132. OLE color: 12204132.

HSL color Cylindrical-coordinate representation of color #6438BA: hue angle of 260.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6438BA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10056186-
CMYK0.460.7000.27
HSL260.31º53.72%47.45%-
HSV(B)260.31º69.89%72.94%-
XYZ15.539.0847.39-
YUV83.98185.58139.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=29.24%
G=16.37%
B=54.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100561860.460.7000.27260.3153.7247.45
Hex6438BA2E4601B104362f
Octal14470272561060334046657
Binary1100100111000101110101011101000110011011100000100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6438BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6438BA; }

 p { color: rgb(100,56,186); }

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

<style>
 a { background-color: #6438BA; }

 a { background-color: rgb(100,56,186); }

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

<style>
 span { border-color: #6438BA; }

 span { border-color: rgb(100,56,186); }

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