#6329BF

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

Shades of Purple Heart #6329BF

Tints of Purple Heart #6329BF

Color information

#6329BF (or 0x6329BF) is unknown color: approx Purple Heart. HEX triplet: 63, 29 and BF. RGB value is (99,41,191). Sum of RGB (Red+Green+Blue) = 99+41+191=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #6329BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329BF is #9CD640. Grayscale: #4A4A4A. Windows color (decimal): -10278465 or 12527971. OLE color: 12527971.

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

Color convert

RGB9941191-
CMYK0.480.7900.25
HSL263.2º64.66%45.49%-
HSV(B)263.2º78.53%74.9%-
XYZ15.34850.03-
YUV75.44193.22144.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 191 (75% from 255) = 57.70%
R=29.91%
G=12.39%
B=57.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99411910.480.7900.25263.264.6645.49
Hex6329BF304F019107412d
Octal143512776011703140710155
Binary11000111010011011111111000010011110110011000001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6329BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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