#6217c3

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

Shades of Purple Heart #6217C3

Tints of Purple Heart #6217C3

Color information

#6217C3 (or 0x6217C3) is unknown color: approx Purple Heart. HEX triplet: 62, 17 and C3. RGB value is (98,23,195). Sum of RGB (Red+Green+Blue) = 98+23+195=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 195 (76.56% from 255 or 61.71% from 316); Max value from RGB is 195 - color contains mainly: blue. Hex color #6217C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217C3 is #9DE83C. Grayscale: #404040. Windows color (decimal): -10348605 or 12785506. OLE color: 12785506.

HSL color Cylindrical-coordinate representation of color #6217C3: hue angle of 266.16º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6217C3 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9823195-
CMYK0.500.8800.24
HSL266.16º78.9%42.75%-
HSV(B)266.16º88.21%76.47%-
XYZ15.197.1552.21-
YUV65.03201.35151.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 195 (76.56% from 255) = 61.71%
R=31.01%
G=7.28%
B=61.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98231950.500.8800.24266.1678.942.75
Hex6217C3325801810a4f2b
Octal142273036213003041211753
Binary1100010101111100001111001010110000110001000010101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6217c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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