#6227BB

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

Shades of Purple Heart #6227BB

Tints of Purple Heart #6227BB

Color information

#6227BB (or 0x6227BB) is unknown color: approx Purple Heart. HEX triplet: 62, 27 and BB. RGB value is (98,39,187). Sum of RGB (Red+Green+Blue) = 98+39+187=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #6227BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227BB is #9DD844. Grayscale: #484848. Windows color (decimal): -10344517 or 12265314. OLE color: 12265314.

HSL color Cylindrical-coordinate representation of color #6227BB: hue angle of 263.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6227BB is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9839187-
CMYK0.480.7900.27
HSL263.92º65.49%44.31%-
HSV(B)263.92º79.14%73.33%-
XYZ14.737.6447.71-
YUV73.51192.05145.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=30.25%
G=12.04%
B=57.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98391870.480.7900.27263.9265.4944.31
Hex6227BB304F01B108412c
Octal142472736011703341010154
Binary11000101001111011101111000010011110110111000010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6227BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6227BB; }

 p { color: rgb(98,39,187); }

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

<style>
 a { background-color: #6227BB; }

 a { background-color: rgb(98,39,187); }

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

<style>
 span { border-color: #6227BB; }

 span { border-color: rgb(98,39,187); }

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