#6217B4

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

Shades of Purple Heart #6217B4

Tints of Purple Heart #6217B4

Color information

#6217B4 (or 0x6217B4) is unknown color: approx Purple Heart. HEX triplet: 62, 17 and B4. RGB value is (98,23,180). Sum of RGB (Red+Green+Blue) = 98+23+180=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #6217B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217B4 is #9DE84B. Grayscale: #3E3E3E. Windows color (decimal): -10348620 or 11802466. OLE color: 11802466.

HSL color Cylindrical-coordinate representation of color #6217B4: hue angle of 268.66º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6217B4 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9823180-
CMYK0.460.8700.29
HSL268.66º77.34%39.8%-
HSV(B)268.66º87.22%70.59%-
XYZ13.586.543.72-
YUV63.32193.85152.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 23 (9.38% from 255) = 7.64%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=32.56%
G=7.64%
B=59.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98231800.460.8700.29268.6677.3439.8
Hex6217B42E5701D10d4d28
Octal142272645612703541511550
Binary1100010101111011010010111010101110111011000011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6217B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6217B4; }

 p { color: rgb(98,23,180); }

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

<style>
 a { background-color: #6217B4; }

 a { background-color: rgb(98,23,180); }

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

<style>
 span { border-color: #6217B4; }

 span { border-color: rgb(98,23,180); }

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