#6126E0

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

Shades of Purple Heart #6126E0

Tints of Purple Heart #6126E0

Color information

#6126E0 (or 0x6126E0) is unknown color: approx Purple Heart. HEX triplet: 61, 26 and E0. RGB value is (97,38,224). Sum of RGB (Red+Green+Blue) = 97+38+224=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #6126E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126E0 is #9ED91F. Grayscale: #4C4C4C. Windows color (decimal): -10410272 or 14689889. OLE color: 14689889.

HSL color Cylindrical-coordinate representation of color #6126E0: hue angle of 259.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6126E0 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9738224-
CMYK0.570.8300.12
HSL259.03º75%51.37%-
HSV(B)259.03º83.04%87.84%-
XYZ19.089.3171.31-
YUV76.84211.05142.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 38 (15.23% from 255) = 10.58%
BLUE value IS 224 (87.89% from 255) = 62.40%
R=27.02%
G=10.58%
B=62.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97382240.570.8300.12259.037551.37
Hex6126E039530C1034b33
Octal141463407112301440311363
Binary1100001100110111000001110011010011011001000000111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6126E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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