Html Css Color HEX #5106C9 Purple Heart

📋 copy color: '#5106C9'

red 81 ◦ green 6 ◦ blue 201

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

Shades of Purple Heart #5106C9

Tints of Purple Heart #5106C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 28.13%
G = 2.08%
B = 69.79%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5106C9 (or 0x5106C9) is known color: Purple Heart. HEX triplet: 51, 06 and C9. RGB value is (81,6,201). Sum of RGB (Red+Green+Blue) = 81+6+201=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 201 (78.91% from 255 or 69.79% from 288); Max value from RGB is 201 - color contains mainly: blue. Hex color #5106C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5106C9 is #AEF936. Grayscale: #313131. Windows color (decimal): -11467063 or 13174353. OLE color: 13174353.

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

Color convert

RGB 81 6 201 -
CMYK 0.60 0.97 0 0.21
HSL 263.08º 0.94% 0.41% -
HSV(B) 263.08º 0.97% 0.79% -
XYZ 14 6.1 55.7 -
YUV 50.66 212.85 149.64 -
System Red Green Blue C M Y K H S L
Decimal 81 6 201 0.60 0.97 0 0.21 263.08 0.94 0.41
Hex 51 6 C9 3C 61 0 15 107 5E 29
Octal 121 6 311 74 141 0 25 407 136 51
Binary 1010001 110 11001001 111100 1100001 0 10101 100000111 1011110 101001

Color Harmonies of #5106C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5106C9

Black with #5106C9

Text Example


Text Example

White with #5106C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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