#6218A7

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

Shades of Purple Heart #6218A7

Tints of Purple Heart #6218A7

Color information

#6218A7 (or 0x6218A7) is unknown color: approx Purple Heart. HEX triplet: 62, 18 and A7. RGB value is (98,24,167). Sum of RGB (Red+Green+Blue) = 98+24+167=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #6218A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6218A7 is #9DE758. Grayscale: #3D3D3D. Windows color (decimal): -10348377 or 10950754. OLE color: 10950754.

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

Color convert

RGB9824167-
CMYK0.410.8600.35
HSL271.05º74.87%37.45%-
HSV(B)271.05º85.63%65.49%-
XYZ12.346.0437.07-
YUV62.43187.02153.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 167 (65.62% from 255) = 57.79%
R=33.91%
G=8.30%
B=57.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98241670.410.8600.35271.0574.8737.45
Hex6218A7295602310f4b25
Octal142302475112604341711345
Binary11000101100010100111101001101011001000111000011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6218A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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