#6229b5

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

Shades of Purple Heart #6229B5

Tints of Purple Heart #6229B5

Color information

#6229B5 (or 0x6229B5) is unknown color: approx Purple Heart. HEX triplet: 62, 29 and B5. RGB value is (98,41,181). Sum of RGB (Red+Green+Blue) = 98+41+181=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #6229B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229B5 is #9DD64A. Grayscale: #494949. Windows color (decimal): -10344011 or 11872610. OLE color: 11872610.

HSL color Cylindrical-coordinate representation of color #6229B5: hue angle of 264.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6229B5 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9841181-
CMYK0.460.7700.29
HSL264.43º63.06%43.53%-
HSV(B)264.43º77.35%70.98%-
XYZ14.177.5244.42-
YUV74188.38145.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 181 (71.09% from 255) = 56.56%
R=30.62%
G=12.81%
B=56.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98411810.460.7700.29264.4363.0643.53
Hex6229B52E4D01D1083f2c
Octal14251265561150354107754
Binary1100010101001101101011011101001101011101100001000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6229b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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