#6223BD

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

Shades of Purple Heart #6223BD

Tints of Purple Heart #6223BD

Color information

#6223BD (or 0x6223BD) is unknown color: approx Purple Heart. HEX triplet: 62, 23 and BD. RGB value is (98,35,189). Sum of RGB (Red+Green+Blue) = 98+35+189=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #6223BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6223BD is #9DDC42. Grayscale: #464646. Windows color (decimal): -10345539 or 12395362. OLE color: 12395362.

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

Color convert

RGB9835189-
CMYK0.480.8100.26
HSL264.55º68.75%43.92%-
HSV(B)264.55º81.48%74.12%-
XYZ14.827.4748.81-
YUV71.39194.37146.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 35 (14.06% from 255) = 10.87%
BLUE value IS 189 (74.22% from 255) = 58.70%
R=30.43%
G=10.87%
B=58.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98351890.480.8100.26264.5568.7543.92
Hex6223BD305101A109452c
Octal142432756012103241110554
Binary11000101000111011110111000010100010110101000010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6223BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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