#6400BE

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

Shades of Purple Heart #6400BE

Tints of Purple Heart #6400BE

Color information

#6400BE (or 0x6400BE) is unknown color: approx Purple Heart. HEX triplet: 64, 00 and BE. RGB value is (100,0,190). Sum of RGB (Red+Green+Blue) = 100+0+190=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #6400BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400BE is #9BFF41. Grayscale: #323232. Windows color (decimal): -10223426 or 12451940. OLE color: 12451940.

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

Color convert

RGB1000190-
CMYK0.47100.25
HSL271.58º100%37.25%-
HSV(B)271.58º100%74.51%-
XYZ14.556.4349.19-
YUV51.56206.13162.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=34.48%
G=0%
B=65.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10001900.47100.25271.5810037.25
Hex640BE2F640191106425
Octal14402765714403142014445
Binary110010001011111010111111001000110011000100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6400BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,0,190); }

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

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

 a { background-color: rgb(100,0,190); }

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

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

 span { border-color: rgb(100,0,190); }

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