#6631BA

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

Shades of Purple Heart #6631BA

Tints of Purple Heart #6631BA

Color information

#6631BA (or 0x6631BA) is unknown color: approx Purple Heart. HEX triplet: 66, 31 and BA. RGB value is (102,49,186). Sum of RGB (Red+Green+Blue) = 102+49+186=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6631BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631BA is #99CE45. Grayscale: #4F4F4F. Windows color (decimal): -10079814 or 12202342. OLE color: 12202342.

HSL color Cylindrical-coordinate representation of color #6631BA: hue angle of 263.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6631BA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10249186-
CMYK0.450.7400.27
HSL263.21º58.3%46.08%-
HSV(B)263.21º73.66%72.94%-
XYZ15.448.5747.29-
YUV80.46187.56143.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=30.27%
G=14.54%
B=55.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102491860.450.7400.27263.2158.346.08
Hex6631BA2D4A01B1073a2e
Octal14661272551120334077256
Binary1100110110001101110101011011001010011011100000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6631BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6631BA; }

 p { color: rgb(102,49,186); }

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

<style>
 a { background-color: #6631BA; }

 a { background-color: rgb(102,49,186); }

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

<style>
 span { border-color: #6631BA; }

 span { border-color: rgb(102,49,186); }

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