#6107C0

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

Shades of Purple Heart #6107C0

Tints of Purple Heart #6107C0

Color information

#6107C0 (or 0x6107C0) is unknown color: approx Purple Heart. HEX triplet: 61, 07 and C0. RGB value is (97,7,192). Sum of RGB (Red+Green+Blue) = 97+7+192=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 192 (75.39% from 255 or 64.86% from 296); Max value from RGB is 192 - color contains mainly: blue. Hex color #6107C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107C0 is #9EF83F. Grayscale: #363636. Windows color (decimal): -10418240 or 12584801. OLE color: 12584801.

HSL color Cylindrical-coordinate representation of color #6107C0: hue angle of 269.19º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6107C0 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB977192-
CMYK0.490.9600.25
HSL269.19º92.96%39.02%-
HSV(B)269.19º96.35%75.29%-
XYZ14.526.550.36-
YUV55205.32157.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 192 (75.39% from 255) = 64.86%
R=32.77%
G=2.36%
B=64.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9771920.490.9600.25269.1992.9639.02
Hex617C0316001910d5d27
Octal14173006114003141513547
Binary11000011111100000011000111000000110011000011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6107C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6107C0; }

 p { color: rgb(97,7,192); }

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

<style>
 a { background-color: #6107C0; }

 a { background-color: rgb(97,7,192); }

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

<style>
 span { border-color: #6107C0; }

 span { border-color: rgb(97,7,192); }

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