#6100BB

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

Shades of Purple Heart #6100BB

Tints of Purple Heart #6100BB

Color information

#6100BB (or 0x6100BB) is unknown color: approx Purple Heart. HEX triplet: 61, 00 and BB. RGB value is (97,0,187). Sum of RGB (Red+Green+Blue) = 97+0+187=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #6100BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100BB is #9EFF44. Grayscale: #313131. Windows color (decimal): -10420037 or 12255329. OLE color: 12255329.

HSL color Cylindrical-coordinate representation of color #6100BB: hue angle of 271.12º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100BB is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB970187-
CMYK0.48100.27
HSL271.12º100%36.67%-
HSV(B)271.12º100%73.33%-
XYZ13.96.1347.46-
YUV50.32205.14161.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=34.15%
G=0%
B=65.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9701870.48100.27271.1210036.67
Hex610BB306401B10f6425
Octal14102736014403341714445
Binary110000101011101111000011001000110111000011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6100BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6100BB; }

 p { color: rgb(97,0,187); }

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

<style>
 a { background-color: #6100BB; }

 a { background-color: rgb(97,0,187); }

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

<style>
 span { border-color: #6100BB; }

 span { border-color: rgb(97,0,187); }

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