Html Css Color HEX #5114CE Purple Heart

📋 copy color: '#5114CE'

red 81 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #5114CE

Tints of Purple Heart #5114CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 26.38%
G = 6.51%
B = 67.1%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5114CE (or 0x5114CE) is known color: Purple Heart. HEX triplet: 51, 14 and CE. RGB value is (81,20,206). Sum of RGB (Red+Green+Blue) = 81+20+206=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5114CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5114CE is #AEEB31. Grayscale: #3A3A3A. Windows color (decimal): -11463474 or 13505617. OLE color: 13505617.

HSL color Cylindrical-coordinate representation of color #5114CE: hue angle of 259.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5114CE is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 20 206 -
CMYK 0.61 0.90 0 0.19
HSL 259.68º 0.82% 0.44% -
HSV(B) 259.68º 0.9% 0.81% -
XYZ 14.78 6.71 58.91 -
YUV 59.44 210.71 143.38 -
System Red Green Blue C M Y K H S L
Decimal 81 20 206 0.61 0.90 0 0.19 259.68 0.82 0.44
Hex 51 14 CE 3D 5A 0 13 104 52 2C
Octal 121 24 316 75 132 0 23 404 122 54
Binary 1010001 10100 11001110 111101 1011010 0 10011 100000100 1010010 101100

Color Harmonies of #5114CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5114CE

Black with #5114CE

Text Example


Text Example

White with #5114CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5114CE; }

 p { color: rgb(81,20,206); }

 H1.HeaderClassName
 {
   color: #5114CE;
 }
 .AnyTagClassName
 {
   color: #5114CE;
 }
</style>

background-color css

<style>
 a { background-color: #5114CE; }

 a { background-color: rgb(81,20,206); }

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

border-color css

<style>
 span { border-color: #5114CE; }

 span { border-color: rgb(81,20,206); }

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