#6227BC

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

Shades of Purple Heart #6227BC

Tints of Purple Heart #6227BC

Color information

#6227BC (or 0x6227BC) is unknown color: approx Purple Heart. HEX triplet: 62, 27 and BC. RGB value is (98,39,188). Sum of RGB (Red+Green+Blue) = 98+39+188=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #6227BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227BC is #9DD843. Grayscale: #494949. Windows color (decimal): -10344516 or 12330850. OLE color: 12330850.

HSL color Cylindrical-coordinate representation of color #6227BC: hue angle of 263.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6227BC is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9839188-
CMYK0.480.7900.26
HSL263.76º65.64%44.51%-
HSV(B)263.76º79.26%73.73%-
XYZ14.847.6848.28-
YUV73.63192.55145.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=30.15%
G=12%
B=57.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98391880.480.7900.26263.7665.6444.51
Hex6227BC304F01A108422d
Octal142472746011703241010255
Binary11000101001111011110011000010011110110101000010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6227BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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