#6628C1

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

Shades of Purple Heart #6628C1

Tints of Purple Heart #6628C1

Color information

#6628C1 (or 0x6628C1) is unknown color: approx Purple Heart. HEX triplet: 66, 28 and C1. RGB value is (102,40,193). Sum of RGB (Red+Green+Blue) = 102+40+193=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #6628C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628C1 is #99D73E. Grayscale: #4B4B4B. Windows color (decimal): -10082111 or 12658790. OLE color: 12658790.

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

Color convert

RGB10240193-
CMYK0.470.7900.24
HSL264.31º65.67%45.69%-
HSV(B)264.31º79.27%75.69%-
XYZ15.868.1951.2-
YUV75.98194.04146.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=30.45%
G=11.94%
B=57.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102401930.470.7900.24264.3165.6745.69
Hex6628C12F4F018108422e
Octal146503015711703041010256
Binary11001101010001100000110111110011110110001000010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6628C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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