#6201C6

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

Shades of Purple Heart #6201C6

Tints of Purple Heart #6201C6

Color information

#6201C6 (or 0x6201C6) is unknown color: approx Purple Heart. HEX triplet: 62, 01 and C6. RGB value is (98,1,198). Sum of RGB (Red+Green+Blue) = 98+1+198=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 198 (77.73% from 255 or 66.67% from 297); Max value from RGB is 198 - color contains mainly: blue. Hex color #6201C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201C6 is #9DFE39. Grayscale: #333333. Windows color (decimal): -10354234 or 12976482. OLE color: 12976482.

HSL color Cylindrical-coordinate representation of color #6201C6: hue angle of 269.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6201C6 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB981198-
CMYK0.510.9900.22
HSL269.54º98.99%39.02%-
HSV(B)269.54º99.49%77.65%-
XYZ15.246.753.92-
YUV52.46210.14160.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 198 (77.73% from 255) = 66.67%
R=33.00%
G=0.34%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal9811980.510.9900.22269.5498.9939.02
Hex621C6336301610e6327
Octal14213066314302641614347
Binary110001011100011011001111000110101101000011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6201C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6201C6; }

 p { color: rgb(98,1,198); }

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

<style>
 a { background-color: #6201C6; }

 a { background-color: rgb(98,1,198); }

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

<style>
 span { border-color: #6201C6; }

 span { border-color: rgb(98,1,198); }

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