#6422C7

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

Shades of Purple Heart #6422C7

Tints of Purple Heart #6422C7

Color information

#6422C7 (or 0x6422C7) is unknown color: approx Purple Heart. HEX triplet: 64, 22 and C7. RGB value is (100,34,199). Sum of RGB (Red+Green+Blue) = 100+34+199=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 199 (78.12% from 255 or 59.76% from 333); Max value from RGB is 199 - color contains mainly: blue. Hex color #6422C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422C7 is #9BDD38. Grayscale: #474747. Windows color (decimal): -10214713 or 13050468. OLE color: 13050468.

HSL color Cylindrical-coordinate representation of color #6422C7: hue angle of 264º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6422C7 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10034199-
CMYK0.500.8300.22
HSL264º70.82%45.69%-
HSV(B)264º82.91%78.04%-
XYZ16.147.9854.72-
YUV72.54199.37147.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 34 (13.67% from 255) = 10.21%
BLUE value IS 199 (78.12% from 255) = 59.76%
R=30.03%
G=10.21%
B=59.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100341990.500.8300.2226470.8245.69
Hex6422C73253016108472e
Octal144423076212302641010756
Binary11001001000101100011111001010100110101101000010001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6422C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6422C7; }

 p { color: rgb(100,34,199); }

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

<style>
 a { background-color: #6422C7; }

 a { background-color: rgb(100,34,199); }

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

<style>
 span { border-color: #6422C7; }

 span { border-color: rgb(100,34,199); }

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