#6114B7

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

Shades of Purple Heart #6114B7

Tints of Purple Heart #6114B7

Color information

#6114B7 (or 0x6114B7) is unknown color: approx Purple Heart. HEX triplet: 61, 14 and B7. RGB value is (97,20,183). Sum of RGB (Red+Green+Blue) = 97+20+183=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #6114B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114B7 is #9EEB48. Grayscale: #3D3D3D. Windows color (decimal): -10414921 or 11998305. OLE color: 11998305.

HSL color Cylindrical-coordinate representation of color #6114B7: hue angle of 268.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114B7 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9720183-
CMYK0.470.8900.28
HSL268.34º80.3%39.8%-
HSV(B)268.34º89.07%71.76%-
XYZ13.736.4645.32-
YUV61.6196.51153.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 183 (71.88% from 255) = 61%
R=32.33%
G=6.67%
B=61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97201830.470.8900.28268.3480.339.8
Hex6114B72F5901C10c5028
Octal141242675713103441412050
Binary1100001101001011011110111110110010111001000011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6114B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6114B7; }

 p { color: rgb(97,20,183); }

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

<style>
 a { background-color: #6114B7; }

 a { background-color: rgb(97,20,183); }

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

<style>
 span { border-color: #6114B7; }

 span { border-color: rgb(97,20,183); }

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