Html Css Color HEX #5106CC Purple Heart

📋 copy color: '#5106CC'

red 81 ◦ green 6 ◦ blue 204

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

Shades of Purple Heart #5106CC

Tints of Purple Heart #5106CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.1%

R = 27.84%
G = 2.06%
B = 70.1%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5106CC (or 0x5106CC) is known color: Purple Heart. HEX triplet: 51, 06 and CC. RGB value is (81,6,204). Sum of RGB (Red+Green+Blue) = 81+6+204=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #5106CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5106CC is #AEF933. Grayscale: #323232. Windows color (decimal): -11467060 or 13370961. OLE color: 13370961.

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

Color convert

RGB 81 6 204 -
CMYK 0.60 0.97 0 0.2
HSL 262.73º 0.94% 0.41% -
HSV(B) 262.73º 0.97% 0.8% -
XYZ 14.36 6.24 57.57 -
YUV 51 214.35 149.4 -
System Red Green Blue C M Y K H S L
Decimal 81 6 204 0.60 0.97 0 0.2 262.73 0.94 0.41
Hex 51 6 CC 3C 61 0 14 107 5E 29
Octal 121 6 314 74 141 0 24 407 136 51
Binary 1010001 110 11001100 111100 1100001 0 10100 100000111 1011110 101001

Color Harmonies of #5106CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5106CC

Black with #5106CC

Text Example


Text Example

White with #5106CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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