#6330BB

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

Shades of Purple Heart #6330BB

Tints of Purple Heart #6330BB

Color information

#6330BB (or 0x6330BB) is unknown color: approx Purple Heart. HEX triplet: 63, 30 and BB. RGB value is (99,48,187). Sum of RGB (Red+Green+Blue) = 99+48+187=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #6330BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330BB is #9CCF44. Grayscale: #4E4E4E. Windows color (decimal): -10276677 or 12267619. OLE color: 12267619.

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

Color convert

RGB9948187-
CMYK0.470.7400.27
HSL262.01º59.15%46.08%-
HSV(B)262.01º74.33%73.33%-
XYZ15.178.3547.83-
YUV79.1188.9142.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=29.64%
G=14.37%
B=55.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99481870.470.7400.27262.0159.1546.08
Hex6330BB2F4A01B1063b2e
Octal14360273571120334067356
Binary1100011110000101110111011111001010011011100000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6330BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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