#6202BE

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

Shades of Purple Heart #6202BE

Tints of Purple Heart #6202BE

Color information

#6202BE (or 0x6202BE) is unknown color: approx Purple Heart. HEX triplet: 62, 02 and BE. RGB value is (98,2,190). Sum of RGB (Red+Green+Blue) = 98+2+190=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #6202BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202BE is #9DFD41. Grayscale: #333333. Windows color (decimal): -10353986 or 12452450. OLE color: 12452450.

HSL color Cylindrical-coordinate representation of color #6202BE: hue angle of 270.64º 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 #6202BE is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB982190-
CMYK0.480.9900.25
HSL270.64º97.92%37.65%-
HSV(B)270.64º98.95%74.51%-
XYZ14.356.3649.19-
YUV52.14205.8160.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=33.79%
G=0.69%
B=65.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9821900.480.9900.25270.6497.9237.65
Hex622BE306301910f6226
Octal14222766014303141714246
Binary1100010101011111011000011000110110011000011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6202BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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