#6407B0

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

Shades of Purple Heart #6407B0

Tints of Purple Heart #6407B0

Color information

#6407B0 (or 0x6407B0) is unknown color: approx Purple Heart. HEX triplet: 64, 07 and B0. RGB value is (100,7,176). Sum of RGB (Red+Green+Blue) = 100+7+176=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 176 (69.14% from 255 or 62.19% from 283); Max value from RGB is 176 - color contains mainly: blue. Hex color #6407B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6407B0 is #9BF84F. Grayscale: #353535. Windows color (decimal): -10221648 or 11536228. OLE color: 11536228.

HSL color Cylindrical-coordinate representation of color #6407B0: hue angle of 273.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6407B0 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1007176-
CMYK0.430.9600.31
HSL273.02º92.35%35.88%-
HSV(B)273.02º96.02%69.02%-
XYZ13.17641.54-
YUV54.07196.81160.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 176 (69.14% from 255) = 62.19%
R=35.34%
G=2.47%
B=62.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10071760.430.9600.31273.0292.3535.88
Hex647B02B6001F1115c24
Octal14472605314003742113444
Binary11001001111011000010101111000000111111000100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6407B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6407B0; }

 p { color: rgb(100,7,176); }

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

<style>
 a { background-color: #6407B0; }

 a { background-color: rgb(100,7,176); }

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

<style>
 span { border-color: #6407B0; }

 span { border-color: rgb(100,7,176); }

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