#6226BD

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

Shades of Purple Heart #6226BD

Tints of Purple Heart #6226BD

Color information

#6226BD (or 0x6226BD) is unknown color: approx Purple Heart. HEX triplet: 62, 26 and BD. RGB value is (98,38,189). Sum of RGB (Red+Green+Blue) = 98+38+189=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6226BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226BD is #9DD942. Grayscale: #484848. Windows color (decimal): -10344771 or 12396130. OLE color: 12396130.

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

Color convert

RGB9838189-
CMYK0.480.8000.26
HSL263.84º66.52%44.51%-
HSV(B)263.84º79.89%74.12%-
XYZ14.927.6648.84-
YUV73.15193.38145.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=30.15%
G=11.69%
B=58.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98381890.480.8000.26263.8466.5244.51
Hex6226BD305001A108432d
Octal142462756012003241010355
Binary11000101001101011110111000010100000110101000010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6226BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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