#6229BD

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

Shades of Purple Heart #6229BD

Tints of Purple Heart #6229BD

Color information

#6229BD (or 0x6229BD) is unknown color: approx Purple Heart. HEX triplet: 62, 29 and BD. RGB value is (98,41,189). Sum of RGB (Red+Green+Blue) = 98+41+189=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #6229BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229BD is #9DD642. Grayscale: #4A4A4A. Windows color (decimal): -10344003 or 12396898. OLE color: 12396898.

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

Color convert

RGB9841189-
CMYK0.480.7800.26
HSL263.11º64.35%45.1%-
HSV(B)263.11º78.31%74.12%-
XYZ15.027.8648.87-
YUV74.91192.38144.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=29.88%
G=12.5%
B=57.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98411890.480.7800.26263.1164.3545.1
Hex6229BD304E01A107402d
Octal142512756011603240710055
Binary11000101010011011110111000010011100110101000001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6229BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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