#6202BF

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

Shades of Purple Heart #6202BF

Tints of Purple Heart #6202BF

Color information

#6202BF (or 0x6202BF) is unknown color: approx Purple Heart. HEX triplet: 62, 02 and BF. RGB value is (98,2,191). Sum of RGB (Red+Green+Blue) = 98+2+191=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #6202BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202BF is #9DFD40. Grayscale: #333333. Windows color (decimal): -10353985 or 12517986. OLE color: 12517986.

HSL color Cylindrical-coordinate representation of color #6202BF: hue angle of 270.48º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202BF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB982191-
CMYK0.490.9900.25
HSL270.48º97.93%37.84%-
HSV(B)270.48º98.95%74.9%-
XYZ14.466.449.76-
YUV52.25206.3160.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 191 (75% from 255) = 65.64%
R=33.68%
G=0.69%
B=65.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9821910.490.9900.25270.4897.9337.84
Hex622BF316301910e6226
Octal14222776114303141614246
Binary1100010101011111111000111000110110011000011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6202BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6202BF; }

 p { color: rgb(98,2,191); }

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

<style>
 a { background-color: #6202BF; }

 a { background-color: rgb(98,2,191); }

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

<style>
 span { border-color: #6202BF; }

 span { border-color: rgb(98,2,191); }

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