#6226AC

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

Shades of Purple Heart #6226AC

Tints of Purple Heart #6226AC

Color information

#6226AC (or 0x6226AC) is unknown color: approx Purple Heart. HEX triplet: 62, 26 and AC. RGB value is (98,38,172). Sum of RGB (Red+Green+Blue) = 98+38+172=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #6226AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6226AC is #9DD953. Grayscale: #464646. Windows color (decimal): -10344788 or 11282018. OLE color: 11282018.

HSL color Cylindrical-coordinate representation of color #6226AC: hue angle of 266.87º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6226AC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9838172-
CMYK0.430.7800.33
HSL266.87º63.81%41.18%-
HSV(B)266.87º77.91%67.45%-
XYZ13.186.9639.68-
YUV71.22184.88147.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 172 (67.58% from 255) = 55.84%
R=31.82%
G=12.34%
B=55.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98381720.430.7800.33266.8763.8141.18
Hex6226AC2B4E02110b4029
Octal142462545311604141310051
Binary110001010011010101100101011100111001000011000010111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6226AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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