#6127BE

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

Shades of Purple Heart #6127BE

Tints of Purple Heart #6127BE

Color information

#6127BE (or 0x6127BE) is unknown color: approx Purple Heart. HEX triplet: 61, 27 and BE. RGB value is (97,39,190). Sum of RGB (Red+Green+Blue) = 97+39+190=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #6127BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127BE is #9ED841. Grayscale: #494949. Windows color (decimal): -10410050 or 12461921. OLE color: 12461921.

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

Color convert

RGB9739190-
CMYK0.490.7900.25
HSL263.05º65.94%44.9%-
HSV(B)263.05º79.47%74.51%-
XYZ14.957.7149.42-
YUV73.56193.72144.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=29.75%
G=11.96%
B=58.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97391900.490.7900.25263.0565.9444.9
Hex6127BE314F019107422d
Octal141472766111703140710255
Binary11000011001111011111011000110011110110011000001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6127BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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