#6326BF

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

Shades of Purple Heart #6326BF

Tints of Purple Heart #6326BF

Color information

#6326BF (or 0x6326BF) is unknown color: approx Purple Heart. HEX triplet: 63, 26 and BF. RGB value is (99,38,191). Sum of RGB (Red+Green+Blue) = 99+38+191=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #6326BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6326BF is #9CD940. Grayscale: #494949. Windows color (decimal): -10279233 or 12527203. OLE color: 12527203.

HSL color Cylindrical-coordinate representation of color #6326BF: hue angle of 263.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6326BF is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9938191-
CMYK0.480.8000.25
HSL263.92º66.81%44.9%-
HSV(B)263.92º80.1%74.9%-
XYZ15.247.849.99-
YUV73.68194.21146.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 191 (75% from 255) = 58.23%
R=30.18%
G=11.59%
B=58.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99381910.480.8000.25263.9266.8144.9
Hex6326BF3050019108432d
Octal143462776012003141010355
Binary11000111001101011111111000010100000110011000010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6326BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6326BF; }

 p { color: rgb(99,38,191); }

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

<style>
 a { background-color: #6326BF; }

 a { background-color: rgb(99,38,191); }

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

<style>
 span { border-color: #6326BF; }

 span { border-color: rgb(99,38,191); }

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