Html Css Color HEX #501FC4 Purple Heart

📋 copy color: '#501FC4'

red 80 ◦ green 31 ◦ blue 196

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

Shades of Purple Heart #501FC4

Tints of Purple Heart #501FC4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

 BLUE value IS 196 (76.95% from 255) = 63.84%

R = 26.06%
G = 10.1%
B = 63.84%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#501FC4 (or 0x501FC4) is known color: Purple Heart. HEX triplet: 50, 1F and C4. RGB value is (80,31,196). Sum of RGB (Red+Green+Blue) = 80+31+196=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 196 (76.95% from 255 or 63.84% from 307); Max value from RGB is 196 - color contains mainly: blue. Hex color #501FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FC4 is #AFE03B. Grayscale: #3F3F3F. Windows color (decimal): -11526204 or 12853072. OLE color: 12853072.

HSL color Cylindrical-coordinate representation of color #501FC4: hue angle of 257.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501FC4 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 31 196 -
CMYK 0.59 0.84 0 0.23
HSL 257.82º 0.73% 0.45% -
HSV(B) 257.82º 0.84% 0.77% -
XYZ 13.76 6.67 52.79 -
YUV 64.46 202.23 139.08 -
System Red Green Blue C M Y K H S L
Decimal 80 31 196 0.59 0.84 0 0.23 257.82 0.73 0.45
Hex 50 1F C4 3B 54 0 17 102 49 2D
Octal 120 37 304 73 124 0 27 402 111 55
Binary 1010000 11111 11000100 111011 1010100 0 10111 100000010 1001001 101101

Color Harmonies of #501FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FC4

Black with #501FC4

Text Example


Text Example

White with #501FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,31,196); }

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

background-color css

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

 a { background-color: rgb(80,31,196); }

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

border-color css

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

 span { border-color: rgb(80,31,196); }

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