Html Css Color HEX #600EBC Purple Heart

📋 copy color: '#600EBC'

red 96 ◦ green 14 ◦ blue 188

#600EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #600EBC

Tints of Purple Heart #600EBC

RGB

 RED value IS 96 (37.89% from 255) = 32.21%

 GREEN value IS 14 (5.86% from 255) = 4.7%

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 32.21%
G = 4.7%
B = 63.09%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#600EBC (or 0x600EBC) is known color: Purple Heart. HEX triplet: 60, 0E and BC. RGB value is (96,14,188). Sum of RGB (Red+Green+Blue) = 96+14+188=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #600EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EBC is #9FF143. Grayscale: #393939. Windows color (decimal): -10481988 or 12324448. OLE color: 12324448.

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

Color convert

RGB 96 14 188 -
CMYK 0.49 0.93 0 0.26
HSL 268.28º 0.86% 0.4% -
HSV(B) 268.28º 0.93% 0.74% -
XYZ 14.06 6.43 48.08 -
YUV 58.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 96 14 188 0.49 0.93 0 0.26 268.28 0.86 0.4
Hex 60 E BC 31 5D 0 1A 10C 56 28
Octal 140 16 274 61 135 0 32 414 126 50
Binary 1100000 1110 10111100 110001 1011101 0 11010 100001100 1010110 101000

Color Harmonies of #600EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EBC

Black with #600EBC

Text Example


Text Example

White with #600EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600EBC;
 }
 .AnyTagClassName
 {
   color: #600EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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