Html Css Color HEX #5119C9 Purple Heart

📋 copy color: '#5119C9'

red 81 ◦ green 25 ◦ blue 201

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

Shades of Purple Heart #5119C9

Tints of Purple Heart #5119C9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 201 (78.91% from 255) = 65.47%

R = 26.38%
G = 8.14%
B = 65.47%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5119C9 (or 0x5119C9) is known color: Purple Heart. HEX triplet: 51, 19 and C9. RGB value is (81,25,201). Sum of RGB (Red+Green+Blue) = 81+25+201=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 201 (78.91% from 255 or 65.47% from 307); Max value from RGB is 201 - color contains mainly: blue. Hex color #5119C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5119C9 is #AEE636. Grayscale: #3D3D3D. Windows color (decimal): -11462199 or 13179217. OLE color: 13179217.

HSL color Cylindrical-coordinate representation of color #5119C9: hue angle of 259.09º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5119C9 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 25 201 -
CMYK 0.60 0.88 0 0.21
HSL 259.09º 0.78% 0.44% -
HSV(B) 259.09º 0.88% 0.79% -
XYZ 14.28 6.66 55.79 -
YUV 61.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 81 25 201 0.60 0.88 0 0.21 259.09 0.78 0.44
Hex 51 19 C9 3C 58 0 15 103 4E 2C
Octal 121 31 311 74 130 0 25 403 116 54
Binary 1010001 11001 11001001 111100 1011000 0 10101 100000011 1001110 101100

Color Harmonies of #5119C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5119C9

Black with #5119C9

Text Example


Text Example

White with #5119C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5119C9; }

 p { color: rgb(81,25,201); }

 H1.HeaderClassName
 {
   color: #5119C9;
 }
 .AnyTagClassName
 {
   color: #5119C9;
 }
</style>

background-color css

<style>
 a { background-color: #5119C9; }

 a { background-color: rgb(81,25,201); }

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

border-color css

<style>
 span { border-color: #5119C9; }

 span { border-color: rgb(81,25,201); }

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