#6403CC

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

Shades of Purple Heart #6403CC

Tints of Purple Heart #6403CC

Color information

#6403CC (or 0x6403CC) is unknown color: approx Purple Heart. HEX triplet: 64, 03 and CC. RGB value is (100,3,204). Sum of RGB (Red+Green+Blue) = 100+3+204=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6403CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403CC is #9BFC33. Grayscale: #363636. Windows color (decimal): -10222644 or 13370212. OLE color: 13370212.

HSL color Cylindrical-coordinate representation of color #6403CC: hue angle of 268.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403CC is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1003204-
CMYK0.510.9900.2
HSL268.96º97.1%40.59%-
HSV(B)268.96º98.53%80%-
XYZ16.197.1357.65-
YUV54.92212.14160.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 204 (80.08% from 255) = 66.45%
R=32.57%
G=0.98%
B=66.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10032040.510.9900.2268.9697.140.59
Hex643CC336301410d6129
Octal14433146314302441514151
Binary1100100111100110011001111000110101001000011011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6403CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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