#6336BA

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

Shades of Purple Heart #6336BA

Tints of Purple Heart #6336BA

Color information

#6336BA (or 0x6336BA) is unknown color: approx Purple Heart. HEX triplet: 63, 36 and BA. RGB value is (99,54,186). Sum of RGB (Red+Green+Blue) = 99+54+186=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #6336BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6336BA is #9CC945. Grayscale: #525252. Windows color (decimal): -10275142 or 12203619. OLE color: 12203619.

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

Color convert

RGB9954186-
CMYK0.470.7100.27
HSL260.45º55%47.06%-
HSV(B)260.45º70.97%72.94%-
XYZ15.338.8447.35-
YUV82.5186.41139.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 54 (21.48% from 255) = 15.93%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=29.20%
G=15.93%
B=54.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99541860.470.7100.27260.455547.06
Hex6336BA2F4701B104372f
Octal14366272571070334046757
Binary1100011110110101110101011111000111011011100000100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6336BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6336BA; }

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

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

<style>
 a { background-color: #6336BA; }

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

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

<style>
 span { border-color: #6336BA; }

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

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