#6218B3

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

Shades of Purple Heart #6218B3

Tints of Purple Heart #6218B3

Color information

#6218B3 (or 0x6218B3) is unknown color: approx Purple Heart. HEX triplet: 62, 18 and B3. RGB value is (98,24,179). Sum of RGB (Red+Green+Blue) = 98+24+179=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #6218B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218B3 is #9DE74C. Grayscale: #3F3F3F. Windows color (decimal): -10348365 or 11737186. OLE color: 11737186.

HSL color Cylindrical-coordinate representation of color #6218B3: hue angle of 268.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6218B3 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9824179-
CMYK0.450.8700.30
HSL268.65º76.35%39.8%-
HSV(B)268.65º86.59%70.2%-
XYZ13.56.543.19-
YUV63.8193.02152.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 179 (70.31% from 255) = 59.47%
R=32.56%
G=7.97%
B=59.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98241790.450.8700.30268.6576.3539.8
Hex6218B32D5701E10d4c28
Octal142302635512703641511450
Binary1100010110001011001110110110101110111101000011011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6218B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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