#6123B2

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

Shades of Purple Heart #6123B2

Tints of Purple Heart #6123B2

Color information

#6123B2 (or 0x6123B2) is unknown color: approx Purple Heart. HEX triplet: 61, 23 and B2. RGB value is (97,35,178). Sum of RGB (Red+Green+Blue) = 97+35+178=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #6123B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6123B2 is #9EDC4D. Grayscale: #454545. Windows color (decimal): -10411086 or 11674465. OLE color: 11674465.

HSL color Cylindrical-coordinate representation of color #6123B2: hue angle of 266.01º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6123B2 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9735178-
CMYK0.460.8000.30
HSL266.01º67.14%41.76%-
HSV(B)266.01º80.34%69.8%-
XYZ13.576.9642.75-
YUV69.84189.04147.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 178 (69.92% from 255) = 57.42%
R=31.29%
G=11.29%
B=57.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97351780.460.8000.30266.0167.1441.76
Hex6123B22E5001E10a432a
Octal141432625612003641210352
Binary11000011000111011001010111010100000111101000010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6123B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6123B2; }

 p { color: rgb(97,35,178); }

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

<style>
 a { background-color: #6123B2; }

 a { background-color: rgb(97,35,178); }

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

<style>
 span { border-color: #6123B2; }

 span { border-color: rgb(97,35,178); }

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