Html Css Color HEX #600EBA Purple Heart

📋 copy color: '#600EBA'

red 96 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #600EBA

Tints of Purple Heart #600EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 32.43%
G = 4.73%
B = 62.84%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#600EBA (or 0x600EBA) is known color: Purple Heart. HEX triplet: 60, 0E and BA. RGB value is (96,14,186). Sum of RGB (Red+Green+Blue) = 96+14+186=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #600EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EBA is #9FF145. Grayscale: #393939. Windows color (decimal): -10481990 or 12193376. OLE color: 12193376.

HSL color Cylindrical-coordinate representation of color #600EBA: hue angle of 268.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600EBA is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 14 186 -
CMYK 0.48 0.92 0 0.27
HSL 268.6º 0.86% 0.39% -
HSV(B) 268.6º 0.92% 0.73% -
XYZ 13.84 6.35 46.95 -
YUV 58.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 96 14 186 0.48 0.92 0 0.27 268.6 0.86 0.39
Hex 60 E BA 30 5C 0 1B 10D 56 27
Octal 140 16 272 60 134 0 33 415 126 47
Binary 1100000 1110 10111010 110000 1011100 0 11011 100001101 1010110 100111

Color Harmonies of #600EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EBA

Black with #600EBA

Text Example


Text Example

White with #600EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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