#600EBE

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

Shades of Purple Heart #600EBE

Tints of Purple Heart #600EBE

Color information

#600EBE (or 0x600EBE) is unknown color: approx Purple Heart. HEX triplet: 60, 0E and BE. RGB value is (96,14,190). Sum of RGB (Red+Green+Blue) = 96+14+190=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #600EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EBE is #9FF141. Grayscale: #393939. Windows color (decimal): -10481986 or 12455520. OLE color: 12455520.

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

Color convert

RGB9614190-
CMYK0.490.9300.25
HSL267.95º86.27%40%-
HSV(B)267.95º92.63%74.51%-
XYZ14.286.5249.22-
YUV58.58202.17154.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=32%
G=4.67%
B=63.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96141900.490.9300.25267.9586.2740
Hex60EBE315D01910c5628
Octal140162766113503141412650
Binary110000011101011111011000110111010110011000011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600EBE; }

 p { color: rgb(96,14,190); }

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

<style>
 a { background-color: #600EBE; }

 a { background-color: rgb(96,14,190); }

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

<style>
 span { border-color: #600EBE; }

 span { border-color: rgb(96,14,190); }

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