#6226B0

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

Shades of Purple Heart #6226B0

Tints of Purple Heart #6226B0

Color information

#6226B0 (or 0x6226B0) is unknown color: approx Purple Heart. HEX triplet: 62, 26 and B0. RGB value is (98,38,176). Sum of RGB (Red+Green+Blue) = 98+38+176=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #6226B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6226B0 is #9DD94F. Grayscale: #474747. Windows color (decimal): -10344784 or 11544162. OLE color: 11544162.

HSL color Cylindrical-coordinate representation of color #6226B0: hue angle of 266.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6226B0 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9838176-
CMYK0.440.7800.31
HSL266.09º64.49%41.96%-
HSV(B)266.09º78.41%69.02%-
XYZ13.577.1241.73-
YUV71.67186.88146.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 176 (69.14% from 255) = 56.41%
R=31.41%
G=12.18%
B=56.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98381760.440.7800.31266.0964.4941.96
Hex6226B02C4E01F10a402a
Octal142462605411603741210052
Binary11000101001101011000010110010011100111111000010101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6226B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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