Html Css Color HEX #501ABC Purple Heart

📋 copy color: '#501ABC'

red 80 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #501ABC

Tints of Purple Heart #501ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 27.21%
G = 8.84%
B = 63.95%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#501ABC (or 0x501ABC) is known color: Purple Heart. HEX triplet: 50, 1A and BC. RGB value is (80,26,188). Sum of RGB (Red+Green+Blue) = 80+26+188=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #501ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ABC is #AFE543. Grayscale: #3C3C3C. Windows color (decimal): -11527492 or 12327504. OLE color: 12327504.

HSL color Cylindrical-coordinate representation of color #501ABC: hue angle of 260º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501ABC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 26 188 -
CMYK 0.57 0.86 0 0.26
HSL 260º 0.76% 0.42% -
HSV(B) 260º 0.86% 0.74% -
XYZ 12.75 6.08 48.08 -
YUV 60.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 80 26 188 0.57 0.86 0 0.26 260 0.76 0.42
Hex 50 1A BC 39 56 0 1A 104 4C 2A
Octal 120 32 274 71 126 0 32 404 114 52
Binary 1010000 11010 10111100 111001 1010110 0 11010 100000100 1001100 101010

Color Harmonies of #501ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ABC

Black with #501ABC

Text Example


Text Example

White with #501ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501ABC; }

 p { color: rgb(80,26,188); }

 H1.HeaderClassName
 {
   color: #501ABC;
 }
 .AnyTagClassName
 {
   color: #501ABC;
 }
</style>

background-color css

<style>
 a { background-color: #501ABC; }

 a { background-color: rgb(80,26,188); }

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

border-color css

<style>
 span { border-color: #501ABC; }

 span { border-color: rgb(80,26,188); }

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