Html Css Color HEX #5010B4 Purple Heart

📋 copy color: '#5010B4'

red 80 ◦ green 16 ◦ blue 180

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

Shades of Purple Heart #5010B4

Tints of Purple Heart #5010B4

RGB

 RED value IS 80 (31.64% from 255) = 28.99%

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 180 (70.7% from 255) = 65.22%

R = 28.99%
G = 5.8%
B = 65.22%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5010B4 (or 0x5010B4) is known color: Purple Heart. HEX triplet: 50, 10 and B4. RGB value is (80,16,180). Sum of RGB (Red+Green+Blue) = 80+16+180=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #5010B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010B4 is #AFEF4B. Grayscale: #353535. Windows color (decimal): -11530060 or 11800656. OLE color: 11800656.

HSL color Cylindrical-coordinate representation of color #5010B4: hue angle of 263.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5010B4 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 16 180 -
CMYK 0.56 0.91 0 0.29
HSL 263.41º 0.84% 0.38% -
HSV(B) 263.41º 0.91% 0.71% -
XYZ 11.73 5.37 43.6 -
YUV 53.83 199.2 146.66 -
System Red Green Blue C M Y K H S L
Decimal 80 16 180 0.56 0.91 0 0.29 263.41 0.84 0.38
Hex 50 10 B4 38 5B 0 1D 107 54 26
Octal 120 20 264 70 133 0 35 407 124 46
Binary 1010000 10000 10110100 111000 1011011 0 11101 100000111 1010100 100110

Color Harmonies of #5010B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010B4

Black with #5010B4

Text Example


Text Example

White with #5010B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5010B4; }

 p { color: rgb(80,16,180); }

 H1.HeaderClassName
 {
   color: #5010B4;
 }
 .AnyTagClassName
 {
   color: #5010B4;
 }
</style>

background-color css

<style>
 a { background-color: #5010B4; }

 a { background-color: rgb(80,16,180); }

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

border-color css

<style>
 span { border-color: #5010B4; }

 span { border-color: rgb(80,16,180); }

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