#6618A4

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

Shades of Purple Heart #6618A4

Tints of Purple Heart #6618A4

Color information

#6618A4 (or 0x6618A4) is unknown color: approx Purple Heart. HEX triplet: 66, 18 and A4. RGB value is (102,24,164). Sum of RGB (Red+Green+Blue) = 102+24+164=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #6618A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6618A4 is #99E75B. Grayscale: #3E3E3E. Windows color (decimal): -10086236 or 10754150. OLE color: 10754150.

HSL color Cylindrical-coordinate representation of color #6618A4: hue angle of 273.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6618A4 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10224164-
CMYK0.380.8500.36
HSL273.43º74.47%36.86%-
HSV(B)273.43º85.37%64.31%-
XYZ12.516.1635.65-
YUV63.28184.84155.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 24 (9.77% from 255) = 8.28%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=35.17%
G=8.28%
B=56.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102241640.380.8500.36273.4374.4736.86
Hex6618A426550241114a25
Octal146302444612504442111245
Binary11001101100010100100100110101010101001001000100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6618A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6618A4; }

 p { color: rgb(102,24,164); }

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

<style>
 a { background-color: #6618A4; }

 a { background-color: rgb(102,24,164); }

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

<style>
 span { border-color: #6618A4; }

 span { border-color: rgb(102,24,164); }

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