#6442C1

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

Shades of Purple Heart #6442C1

Tints of Purple Heart #6442C1

Color information

#6442C1 (or 0x6442C1) is unknown color: approx Purple Heart. HEX triplet: 64, 42 and C1. RGB value is (100,66,193). Sum of RGB (Red+Green+Blue) = 100+66+193=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #6442C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442C1 is #9BBD3E. Grayscale: #5A5A5A. Windows color (decimal): -10206527 or 12665444. OLE color: 12665444.

HSL color Cylindrical-coordinate representation of color #6442C1: hue angle of 256.06º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6442C1 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10066193-
CMYK0.480.6600.24
HSL256.06º50.6%50.78%-
HSV(B)256.06º65.8%75.69%-
XYZ16.8310.4651.58-
YUV90.64185.76134.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 193 (75.78% from 255) = 53.76%
R=27.86%
G=18.38%
B=53.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100661930.480.6600.24256.0650.650.78
Hex6442C130420181003333
Octal144102301601020304006363
Binary11001001000010110000011100001000010011000100000000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6442C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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