#6400CA

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

Shades of Purple Heart #6400CA

Tints of Purple Heart #6400CA

Color information

#6400CA (or 0x6400CA) is unknown color: approx Purple Heart. HEX triplet: 64, 00 and CA. RGB value is (100,0,202). Sum of RGB (Red+Green+Blue) = 100+0+202=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #6400CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400CA is #9BFF35. Grayscale: #343434. Windows color (decimal): -10223414 or 13238372. OLE color: 13238372.

HSL color Cylindrical-coordinate representation of color #6400CA: hue angle of 269.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400CA is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1000202-
CMYK0.50100.21
HSL269.7º100%39.61%-
HSV(B)269.7º100%79.22%-
XYZ15.926.9756.38-
YUV52.93212.13161.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 66.89%
R=33.11%
G=0%
B=66.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10002020.50100.21269.710039.61
Hex640CA326401510e6428
Octal14403126214402541614450
Binary110010001100101011001011001000101011000011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6400CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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