#6442c8

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

Shades of Purple Heart #6442C8

Tints of Purple Heart #6442C8

Color information

#6442C8 (or 0x6442C8) is unknown color: approx Purple Heart. HEX triplet: 64, 42 and C8. RGB value is (100,66,200). Sum of RGB (Red+Green+Blue) = 100+66+200=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #6442C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442C8 is #9BBD37. Grayscale: #5A5A5A. Windows color (decimal): -10206520 or 13124196. OLE color: 13124196.

HSL color Cylindrical-coordinate representation of color #6442C8: hue angle of 255.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6442C8 is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10066200-
CMYK0.50.6700.22
HSL255.22º54.92%52.16%-
HSV(B)255.22º67%78.43%-
XYZ17.6310.7855.79-
YUV91.44189.26134.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=27.32%
G=18.03%
B=54.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100662000.50.6700.22255.2254.9252.16
Hex6442C83243016ff3734
Octal144102310621030263776764
Binary1100100100001011001000110010100001101011011111111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6442c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6442c8; }

 p { color: rgb(100,66,200); }

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

<style>
 a { background-color: #6442c8; }

 a { background-color: rgb(100,66,200); }

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

<style>
 span { border-color: #6442c8; }

 span { border-color: rgb(100,66,200); }

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