#6228B8

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

Shades of Purple Heart #6228B8

Tints of Purple Heart #6228B8

Color information

#6228B8 (or 0x6228B8) is unknown color: approx Purple Heart. HEX triplet: 62, 28 and B8. RGB value is (98,40,184). Sum of RGB (Red+Green+Blue) = 98+40+184=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 184 (72.27% from 255 or 57.14% from 322); Max value from RGB is 184 - color contains mainly: blue. Hex color #6228B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228B8 is #9DD747. Grayscale: #494949. Windows color (decimal): -10344264 or 12068962. OLE color: 12068962.

HSL color Cylindrical-coordinate representation of color #6228B8: hue angle of 264.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6228B8 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9840184-
CMYK0.470.7800.28
HSL264.17º64.29%43.92%-
HSV(B)264.17º78.26%72.16%-
XYZ14.457.5746.05-
YUV73.76190.22145.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 184 (72.27% from 255) = 57.14%
R=30.43%
G=12.42%
B=57.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal98401840.470.7800.28264.1764.2943.92
Hex6228B82F4E01C108402c
Octal142502705711603441010054
Binary11000101010001011100010111110011100111001000010001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6228B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6228B8; }

 p { color: rgb(98,40,184); }

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

<style>
 a { background-color: #6228B8; }

 a { background-color: rgb(98,40,184); }

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

<style>
 span { border-color: #6228B8; }

 span { border-color: rgb(98,40,184); }

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