#6126B4

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

Shades of Purple Heart #6126B4

Tints of Purple Heart #6126B4

Color information

#6126B4 (or 0x6126B4) is unknown color: approx Purple Heart. HEX triplet: 61, 26 and B4. RGB value is (97,38,180). Sum of RGB (Red+Green+Blue) = 97+38+180=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #6126B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126B4 is #9ED94B. Grayscale: #474747. Windows color (decimal): -10410316 or 11806305. OLE color: 11806305.

HSL color Cylindrical-coordinate representation of color #6126B4: hue angle of 264.93º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6126B4 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9738180-
CMYK0.460.7900.29
HSL264.93º65.14%42.75%-
HSV(B)264.93º78.89%70.59%-
XYZ13.867.2243.84-
YUV71.83189.05145.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 180 (70.70% from 255) = 57.14%
R=30.79%
G=12.06%
B=57.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97381800.460.7900.29264.9365.1442.75
Hex6126B42E4F01D109412b
Octal141462645611703541110153
Binary11000011001101011010010111010011110111011000010011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6126B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6126B4; }

 p { color: rgb(97,38,180); }

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

<style>
 a { background-color: #6126B4; }

 a { background-color: rgb(97,38,180); }

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

<style>
 span { border-color: #6126B4; }

 span { border-color: rgb(97,38,180); }

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