Html Css Color HEX #5118C1 Purple Heart

📋 copy color: '#5118C1'

red 81 ◦ green 24 ◦ blue 193

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

Shades of Purple Heart #5118C1

Tints of Purple Heart #5118C1

RGB

 RED value IS 81 (32.03% from 255) = 27.18%

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 193 (75.78% from 255) = 64.77%

R = 27.18%
G = 8.05%
B = 64.77%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5118C1 (or 0x5118C1) is known color: Purple Heart. HEX triplet: 51, 18 and C1. RGB value is (81,24,193). Sum of RGB (Red+Green+Blue) = 81+24+193=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #5118C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118C1 is #AEE73E. Grayscale: #3B3B3B. Windows color (decimal): -11462463 or 12654673. OLE color: 12654673.

HSL color Cylindrical-coordinate representation of color #5118C1: hue angle of 260.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5118C1 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 24 193 -
CMYK 0.58 0.88 0 0.24
HSL 260.24º 0.78% 0.43% -
HSV(B) 260.24º 0.88% 0.76% -
XYZ 13.35 6.25 50.96 -
YUV 60.31 202.88 142.76 -
System Red Green Blue C M Y K H S L
Decimal 81 24 193 0.58 0.88 0 0.24 260.24 0.78 0.43
Hex 51 18 C1 3A 58 0 18 104 4E 2B
Octal 121 30 301 72 130 0 30 404 116 53
Binary 1010001 11000 11000001 111010 1011000 0 11000 100000100 1001110 101011

Color Harmonies of #5118C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5118C1

Black with #5118C1

Text Example


Text Example

White with #5118C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5118C1; }

 p { color: rgb(81,24,193); }

 H1.HeaderClassName
 {
   color: #5118C1;
 }
 .AnyTagClassName
 {
   color: #5118C1;
 }
</style>

background-color css

<style>
 a { background-color: #5118C1; }

 a { background-color: rgb(81,24,193); }

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

border-color css

<style>
 span { border-color: #5118C1; }

 span { border-color: rgb(81,24,193); }

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