#6229C2

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

Shades of Purple Heart #6229C2

Tints of Purple Heart #6229C2

Color information

#6229C2 (or 0x6229C2) is unknown color: approx Purple Heart. HEX triplet: 62, 29 and C2. RGB value is (98,41,194). Sum of RGB (Red+Green+Blue) = 98+41+194=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #6229C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229C2 is #9DD63D. Grayscale: #4A4A4A. Windows color (decimal): -10343998 or 12724578. OLE color: 12724578.

HSL color Cylindrical-coordinate representation of color #6229C2: hue angle of 262.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6229C2 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9841194-
CMYK0.490.7900.24
HSL262.35º65.11%46.08%-
HSV(B)262.35º78.87%76.08%-
XYZ15.578.0851.78-
YUV75.48194.88144.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 194 (76.17% from 255) = 58.26%
R=29.43%
G=12.31%
B=58.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98411940.490.7900.24262.3565.1146.08
Hex6229C2314F018106412e
Octal142513026111703040610156
Binary11000101010011100001011000110011110110001000001101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6229C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6229C2; }

 p { color: rgb(98,41,194); }

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

<style>
 a { background-color: #6229C2; }

 a { background-color: rgb(98,41,194); }

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

<style>
 span { border-color: #6229C2; }

 span { border-color: rgb(98,41,194); }

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