#6333ba

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

Shades of Purple Heart #6333BA

Tints of Purple Heart #6333BA

Color information

#6333BA (or 0x6333BA) is unknown color: approx Purple Heart. HEX triplet: 63, 33 and BA. RGB value is (99,51,186). Sum of RGB (Red+Green+Blue) = 99+51+186=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #6333BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6333BA is #9CCC45. Grayscale: #505050. Windows color (decimal): -10275910 or 12202851. OLE color: 12202851.

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

Color convert

RGB9951186-
CMYK0.470.7300.27
HSL261.33º56.96%46.47%-
HSV(B)261.33º72.58%72.94%-
XYZ15.198.5747.31-
YUV80.74187.4141.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=29.46%
G=15.18%
B=55.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99511860.470.7300.27261.3356.9646.47
Hex6333BA2F4901B105392e
Octal14363272571110334057156
Binary1100011110011101110101011111001001011011100000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6333ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6333ba; }

 p { color: rgb(99,51,186); }

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

<style>
 a { background-color: #6333ba; }

 a { background-color: rgb(99,51,186); }

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

<style>
 span { border-color: #6333ba; }

 span { border-color: rgb(99,51,186); }

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