#6229BE

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

Shades of Purple Heart #6229BE

Tints of Purple Heart #6229BE

Color information

#6229BE (or 0x6229BE) is unknown color: approx Purple Heart. HEX triplet: 62, 29 and BE. RGB value is (98,41,190). Sum of RGB (Red+Green+Blue) = 98+41+190=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #6229BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229BE is #9DD641. Grayscale: #4A4A4A. Windows color (decimal): -10344002 or 12462434. OLE color: 12462434.

HSL color Cylindrical-coordinate representation of color #6229BE: hue angle of 262.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6229BE is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9841190-
CMYK0.480.7800.25
HSL262.95º64.5%45.29%-
HSV(B)262.95º78.42%74.51%-
XYZ15.127.949.44-
YUV75.03192.88144.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=29.79%
G=12.46%
B=57.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98411900.480.7800.25262.9564.545.29
Hex6229BE304E019107412d
Octal142512766011603140710155
Binary11000101010011011111011000010011100110011000001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6229BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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