#6133BA

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

Shades of Purple Heart #6133BA

Tints of Purple Heart #6133BA

Color information

#6133BA (or 0x6133BA) is unknown color: approx Purple Heart. HEX triplet: 61, 33 and BA. RGB value is (97,51,186). Sum of RGB (Red+Green+Blue) = 97+51+186=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #6133BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133BA is #9ECC45. Grayscale: #4F4F4F. Windows color (decimal): -10406982 or 12202849. OLE color: 12202849.

HSL color Cylindrical-coordinate representation of color #6133BA: hue angle of 260.44º 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 #6133BA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9751186-
CMYK0.480.7300.27
HSL260.44º56.96%46.47%-
HSV(B)260.44º72.58%72.94%-
XYZ14.988.4547.3-
YUV80.14187.74140.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=29.04%
G=15.27%
B=55.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97511860.480.7300.27260.4456.9646.47
Hex6133BA304901B104392e
Octal14163272601110334047156
Binary1100001110011101110101100001001001011011100000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6133BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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