#6123BF

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

Shades of Purple Heart #6123BF

Tints of Purple Heart #6123BF

Color information

#6123BF (or 0x6123BF) is unknown color: approx Purple Heart. HEX triplet: 61, 23 and BF. RGB value is (97,35,191). Sum of RGB (Red+Green+Blue) = 97+35+191=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #6123BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123BF is #9EDC40. Grayscale: #464646. Windows color (decimal): -10411073 or 12526433. OLE color: 12526433.

HSL color Cylindrical-coordinate representation of color #6123BF: hue angle of 263.85º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6123BF is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9735191-
CMYK0.490.8200.25
HSL263.85º69.03%44.31%-
HSV(B)263.85º81.68%74.9%-
XYZ14.937.5149.95-
YUV71.32195.54146.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 191 (75% from 255) = 59.13%
R=30.03%
G=10.84%
B=59.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97351910.490.8200.25263.8569.0344.31
Hex6123BF3152019108452c
Octal141432776112203141010554
Binary11000011000111011111111000110100100110011000010001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6123BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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