#6100BE

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

Shades of Purple Heart #6100BE

Tints of Purple Heart #6100BE

Color information

#6100BE (or 0x6100BE) is unknown color: approx Purple Heart. HEX triplet: 61, 00 and BE. RGB value is (97,0,190). Sum of RGB (Red+Green+Blue) = 97+0+190=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #6100BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100BE is #9EFF41. Grayscale: #323232. Windows color (decimal): -10420034 or 12451937. OLE color: 12451937.

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

Color convert

RGB970190-
CMYK0.49100.25
HSL270.63º100%37.25%-
HSV(B)270.63º100%74.51%-
XYZ14.226.2649.17-
YUV50.66206.64161.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=33.80%
G=0%
B=66.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9701900.49100.25270.6310037.25
Hex610BE316401910f6425
Octal14102766114403141714445
Binary110000101011111011000111001000110011000011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6100BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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