#6126CB

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

Shades of Purple Heart #6126CB

Tints of Purple Heart #6126CB

Color information

#6126CB (or 0x6126CB) is unknown color: approx Purple Heart. HEX triplet: 61, 26 and CB. RGB value is (97,38,203). Sum of RGB (Red+Green+Blue) = 97+38+203=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #6126CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126CB is #9ED934. Grayscale: #494949. Windows color (decimal): -10410293 or 13313633. OLE color: 13313633.

HSL color Cylindrical-coordinate representation of color #6126CB: hue angle of 261.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6126CB is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9738203-
CMYK0.520.8100.20
HSL261.45º68.46%47.25%-
HSV(B)261.45º81.28%79.61%-
XYZ16.48.2457.23-
YUV74.45200.55144.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 38 (15.23% from 255) = 11.24%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=28.70%
G=11.24%
B=60.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97382030.520.8100.20261.4568.4647.25
Hex6126CB3451014105442f
Octal141463136412102440510457
Binary11000011001101100101111010010100010101001000001011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6126CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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