#6127B3

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

Shades of Purple Heart #6127B3

Tints of Purple Heart #6127B3

Color information

#6127B3 (or 0x6127B3) is unknown color: approx Purple Heart. HEX triplet: 61, 27 and B3. RGB value is (97,39,179). Sum of RGB (Red+Green+Blue) = 97+39+179=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #6127B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127B3 is #9ED84C. Grayscale: #474747. Windows color (decimal): -10410061 or 11741025. OLE color: 11741025.

HSL color Cylindrical-coordinate representation of color #6127B3: hue angle of 264.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6127B3 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9739179-
CMYK0.460.7800.30
HSL264.86º64.22%42.75%-
HSV(B)264.86º78.21%70.2%-
XYZ13.797.2543.32-
YUV72.3188.22145.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 179 (70.31% from 255) = 56.83%
R=30.79%
G=12.38%
B=56.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97391790.460.7800.30264.8664.2242.75
Hex6127B32E4E01E109402b
Octal141472635611603641110053
Binary11000011001111011001110111010011100111101000010011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6127B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6127B3; }

 p { color: rgb(97,39,179); }

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

<style>
 a { background-color: #6127B3; }

 a { background-color: rgb(97,39,179); }

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

<style>
 span { border-color: #6127B3; }

 span { border-color: rgb(97,39,179); }

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