#6645C1

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

Shades of Purple Heart #6645C1

Tints of Purple Heart #6645C1

Color information

#6645C1 (or 0x6645C1) is unknown color: approx Purple Heart. HEX triplet: 66, 45 and C1. RGB value is (102,69,193). Sum of RGB (Red+Green+Blue) = 102+69+193=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #6645C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645C1 is #99BA3E. Grayscale: #5C5C5C. Windows color (decimal): -10074687 or 12666214. OLE color: 12666214.

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

Color convert

RGB10269193-
CMYK0.470.6400.24
HSL255.97º50%51.37%-
HSV(B)255.97º64.25%75.69%-
XYZ17.2310.9351.65-
YUV93184.43134.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=28.02%
G=18.96%
B=53.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102691930.470.6400.24255.975051.37
Hex6645C12F400181003233
Octal146105301571000304006263
Binary11001101000101110000011011111000000011000100000000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,69,193); }

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

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

 a { background-color: rgb(102,69,193); }

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

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

 span { border-color: rgb(102,69,193); }

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