#6329BD

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

Shades of Purple Heart #6329BD

Tints of Purple Heart #6329BD

Color information

#6329BD (or 0x6329BD) is unknown color: approx Purple Heart. HEX triplet: 63, 29 and BD. RGB value is (99,41,189). Sum of RGB (Red+Green+Blue) = 99+41+189=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6329BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329BD is #9CD642. Grayscale: #4A4A4A. Windows color (decimal): -10278467 or 12396899. OLE color: 12396899.

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

Color convert

RGB9941189-
CMYK0.480.7800.26
HSL263.51º64.35%45.1%-
HSV(B)263.51º78.31%74.12%-
XYZ15.127.9148.87-
YUV75.21192.22144.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=30.09%
G=12.46%
B=57.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99411890.480.7800.26263.5164.3545.1
Hex6329BD304E01A108402d
Octal143512756011603241010055
Binary11000111010011011110111000010011100110101000010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6329BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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