#6226B4

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

Shades of Purple Heart #6226B4

Tints of Purple Heart #6226B4

Color information

#6226B4 (or 0x6226B4) is unknown color: approx Purple Heart. HEX triplet: 62, 26 and B4. RGB value is (98,38,180). Sum of RGB (Red+Green+Blue) = 98+38+180=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #6226B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226B4 is #9DD94B. Grayscale: #474747. Windows color (decimal): -10344780 or 11806306. OLE color: 11806306.

HSL color Cylindrical-coordinate representation of color #6226B4: hue angle of 265.35º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6226B4 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9838180-
CMYK0.460.7900.29
HSL265.35º65.14%42.75%-
HSV(B)265.35º78.89%70.59%-
XYZ13.977.2843.85-
YUV72.13188.88146.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 180 (70.70% from 255) = 56.96%
R=31.01%
G=12.03%
B=56.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98381800.460.7900.29265.3565.1442.75
Hex6226B42E4F01D109412b
Octal142462645611703541110153
Binary11000101001101011010010111010011110111011000010011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6226B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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