#6341c0

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

Shades of Purple Heart #6341C0

Tints of Purple Heart #6341C0

Color information

#6341C0 (or 0x6341C0) is unknown color: approx Purple Heart. HEX triplet: 63, 41 and C0. RGB value is (99,65,192). Sum of RGB (Red+Green+Blue) = 99+65+192=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #6341C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341C0 is #9CBE3F. Grayscale: #595959. Windows color (decimal): -10272320 or 12599651. OLE color: 12599651.

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

Color convert

RGB9965192-
CMYK0.480.6600.25
HSL256.06º50.2%50.39%-
HSV(B)256.06º66.15%75.29%-
XYZ16.5510.2450.97-
YUV89.64185.76134.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=27.81%
G=18.26%
B=53.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99651920.480.6600.25256.0650.250.39
Hex6341C030420191003232
Octal143101300601020314006262
Binary11000111000001110000001100001000010011001100000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6341c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6341c0; }

 p { color: rgb(99,65,192); }

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

<style>
 a { background-color: #6341c0; }

 a { background-color: rgb(99,65,192); }

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

<style>
 span { border-color: #6341c0; }

 span { border-color: rgb(99,65,192); }

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