#6403BA

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

Shades of Purple Heart #6403BA

Tints of Purple Heart #6403BA

Color information

#6403BA (or 0x6403BA) is unknown color: approx Purple Heart. HEX triplet: 64, 03 and BA. RGB value is (100,3,186). Sum of RGB (Red+Green+Blue) = 100+3+186=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6403BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403BA is #9BFC45. Grayscale: #343434. Windows color (decimal): -10222662 or 12190564. OLE color: 12190564.

HSL color Cylindrical-coordinate representation of color #6403BA: hue angle of 271.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403BA is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1003186-
CMYK0.460.9800.27
HSL271.8º96.83%37.06%-
HSV(B)271.8º98.39%72.94%-
XYZ14.156.3246.93-
YUV52.86203.14161.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=34.60%
G=1.04%
B=64.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10031860.460.9800.27271.896.8337.06
Hex643BA2E6201B1106125
Octal14432725614203342014145
Binary1100100111011101010111011000100110111000100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6403BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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