Html Css Color HEX #5120CE Purple Heart

📋 copy color: '#5120CE'

red 81 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5120CE

Tints of Purple Heart #5120CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 25.39%
G = 10.03%
B = 64.58%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5120CE (or 0x5120CE) is known color: Purple Heart. HEX triplet: 51, 20 and CE. RGB value is (81,32,206). Sum of RGB (Red+Green+Blue) = 81+32+206=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #5120CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5120CE is #AEDF31. Grayscale: #414141. Windows color (decimal): -11460402 or 13508689. OLE color: 13508689.

HSL color Cylindrical-coordinate representation of color #5120CE: hue angle of 256.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5120CE is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 32 206 -
CMYK 0.61 0.84 0 0.19
HSL 256.9º 0.73% 0.47% -
HSV(B) 256.9º 0.84% 0.81% -
XYZ 15.05 7.24 59 -
YUV 66.49 206.73 138.35 -
System Red Green Blue C M Y K H S L
Decimal 81 32 206 0.61 0.84 0 0.19 256.9 0.73 0.47
Hex 51 20 CE 3D 54 0 13 101 49 2F
Octal 121 40 316 75 124 0 23 401 111 57
Binary 1010001 100000 11001110 111101 1010100 0 10011 100000001 1001001 101111

Color Harmonies of #5120CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5120CE

Black with #5120CE

Text Example


Text Example

White with #5120CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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