#6136BA

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

Shades of Purple Heart #6136BA

Tints of Purple Heart #6136BA

Color information

#6136BA (or 0x6136BA) is unknown color: approx Purple Heart. HEX triplet: 61, 36 and BA. RGB value is (97,54,186). Sum of RGB (Red+Green+Blue) = 97+54+186=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6136BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136BA is #9EC945. Grayscale: #515151. Windows color (decimal): -10406214 or 12203617. OLE color: 12203617.

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

Color convert

RGB9754186-
CMYK0.480.7100.27
HSL259.55º55%47.06%-
HSV(B)259.55º70.97%72.94%-
XYZ15.118.7247.34-
YUV81.9186.75138.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=28.78%
G=16.02%
B=55.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97541860.480.7100.27259.555547.06
Hex6136BA304701B104372f
Octal14166272601070334046757
Binary1100001110110101110101100001000111011011100000100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6136BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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