#6327B3

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

Shades of Purple Heart #6327B3

Tints of Purple Heart #6327B3

Color information

#6327B3 (or 0x6327B3) is unknown color: approx Purple Heart. HEX triplet: 63, 27 and B3. RGB value is (99,39,179). Sum of RGB (Red+Green+Blue) = 99+39+179=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #6327B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6327B3 is #9CD84C. Grayscale: #484848. Windows color (decimal): -10278989 or 11741027. OLE color: 11741027.

HSL color Cylindrical-coordinate representation of color #6327B3: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6327B3 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9939179-
CMYK0.450.7800.30
HSL265.71º64.22%42.75%-
HSV(B)265.71º78.21%70.2%-
XYZ14.017.3643.33-
YUV72.9187.88146.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 179 (70.31% from 255) = 56.47%
R=31.23%
G=12.30%
B=56.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99391790.450.7800.30265.7164.2242.75
Hex6327B32D4E01E10a402b
Octal143472635511603641210053
Binary11000111001111011001110110110011100111101000010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6327B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6327B3; }

 p { color: rgb(99,39,179); }

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

<style>
 a { background-color: #6327B3; }

 a { background-color: rgb(99,39,179); }

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

<style>
 span { border-color: #6327B3; }

 span { border-color: rgb(99,39,179); }

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