#6036B1

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

Shades of Purple Heart #6036B1

Tints of Purple Heart #6036B1

Color information

#6036B1 (or 0x6036B1) is unknown color: approx Purple Heart. HEX triplet: 60, 36 and B1. RGB value is (96,54,177). Sum of RGB (Red+Green+Blue) = 96+54+177=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #6036B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6036B1 is #9FC94E. Grayscale: #505050. Windows color (decimal): -10471759 or 11613792. OLE color: 11613792.

HSL color Cylindrical-coordinate representation of color #6036B1: hue angle of 260.49º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6036B1 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9654177-
CMYK0.460.6900.31
HSL260.49º53.25%45.29%-
HSV(B)260.49º69.49%69.41%-
XYZ14.088.342.45-
YUV80.58182.41139-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=29.36%
G=16.51%
B=54.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96541770.460.6900.31260.4953.2545.29
Hex6036B12E4501F104352d
Octal14066261561050374046555
Binary1100000110110101100011011101000101011111100000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6036B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6036B1; }

 p { color: rgb(96,54,177); }

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

<style>
 a { background-color: #6036B1; }

 a { background-color: rgb(96,54,177); }

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

<style>
 span { border-color: #6036B1; }

 span { border-color: rgb(96,54,177); }

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