#6218A5

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

Shades of Purple Heart #6218A5

Tints of Purple Heart #6218A5

Color information

#6218A5 (or 0x6218A5) is unknown color: approx Purple Heart. HEX triplet: 62, 18 and A5. RGB value is (98,24,165). Sum of RGB (Red+Green+Blue) = 98+24+165=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #6218A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6218A5 is #9DE75A. Grayscale: #3D3D3D. Windows color (decimal): -10348379 or 10819682. OLE color: 10819682.

HSL color Cylindrical-coordinate representation of color #6218A5: hue angle of 271.49º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6218A5 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9824165-
CMYK0.410.8500.35
HSL271.49º74.6%37.06%-
HSV(B)271.49º85.45%64.71%-
XYZ12.165.9736.11-
YUV62.2186.02153.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 165 (64.84% from 255) = 57.49%
R=34.15%
G=8.36%
B=57.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98241650.410.8500.35271.4974.637.06
Hex6218A5295502310f4b25
Octal142302455112504341711345
Binary11000101100010100101101001101010101000111000011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6218A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6218A5; }

 p { color: rgb(98,24,165); }

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

<style>
 a { background-color: #6218A5; }

 a { background-color: rgb(98,24,165); }

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

<style>
 span { border-color: #6218A5; }

 span { border-color: rgb(98,24,165); }

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