#6304BB

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

Shades of Purple Heart #6304BB

Tints of Purple Heart #6304BB

Color information

#6304BB (or 0x6304BB) is unknown color: approx Purple Heart. HEX triplet: 63, 04 and BB. RGB value is (99,4,187). Sum of RGB (Red+Green+Blue) = 99+4+187=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #6304BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304BB is #9CFB44. Grayscale: #343434. Windows color (decimal): -10287941 or 12256355. OLE color: 12256355.

HSL color Cylindrical-coordinate representation of color #6304BB: hue angle of 271.15º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304BB is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB994187-
CMYK0.470.9800.27
HSL271.15º95.81%37.45%-
HSV(B)271.15º97.86%73.33%-
XYZ14.166.3347.49-
YUV53.27203.47160.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 187 (73.44% from 255) = 64.48%
R=34.14%
G=1.38%
B=64.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9941870.470.9800.27271.1595.8137.45
Hex634BB2F6201B10f6025
Octal14342735714203341714045
Binary11000111001011101110111111000100110111000011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6304BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6304BB; }

 p { color: rgb(99,4,187); }

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

<style>
 a { background-color: #6304BB; }

 a { background-color: rgb(99,4,187); }

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

<style>
 span { border-color: #6304BB; }

 span { border-color: rgb(99,4,187); }

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