#6216b3

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

Shades of Purple Heart #6216B3

Tints of Purple Heart #6216B3

Color information

#6216B3 (or 0x6216B3) is unknown color: approx Purple Heart. HEX triplet: 62, 16 and B3. RGB value is (98,22,179). Sum of RGB (Red+Green+Blue) = 98+22+179=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #6216B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216B3 is #9DE94C. Grayscale: #3E3E3E. Windows color (decimal): -10348877 or 11736674. OLE color: 11736674.

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

Color convert

RGB9822179-
CMYK0.450.8800.30
HSL269.04º78.11%39.41%-
HSV(B)269.04º87.71%70.2%-
XYZ13.466.4343.18-
YUV62.62193.68153.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 179 (70.31% from 255) = 59.87%
R=32.78%
G=7.36%
B=59.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98221790.450.8800.30269.0478.1139.41
Hex6216B32D5801E10d4e27
Octal142262635513003641511647
Binary1100010101101011001110110110110000111101000011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6216b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6216b3; }

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

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

<style>
 a { background-color: #6216b3; }

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

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

<style>
 span { border-color: #6216b3; }

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

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