Html Css Color HEX #501FCB Purple Heart

📋 copy color: '#501FCB'

red 80 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #501FCB

Tints of Purple Heart #501FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.65%

R = 25.48%
G = 9.87%
B = 64.65%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#501FCB (or 0x501FCB) is known color: Purple Heart. HEX triplet: 50, 1F and CB. RGB value is (80,31,203). Sum of RGB (Red+Green+Blue) = 80+31+203=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #501FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FCB is #AFE034. Grayscale: #404040. Windows color (decimal): -11526197 or 13311824. OLE color: 13311824.

HSL color Cylindrical-coordinate representation of color #501FCB: hue angle of 257.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501FCB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 31 203 -
CMYK 0.61 0.85 0 0.20
HSL 257.09º 0.74% 0.46% -
HSV(B) 257.09º 0.85% 0.8% -
XYZ 14.58 7 57.08 -
YUV 65.26 205.73 138.51 -
System Red Green Blue C M Y K H S L
Decimal 80 31 203 0.61 0.85 0 0.20 257.09 0.74 0.46
Hex 50 1F CB 3D 55 0 14 101 4A 2E
Octal 120 37 313 75 125 0 24 401 112 56
Binary 1010000 11111 11001011 111101 1010101 0 10100 100000001 1001010 101110

Color Harmonies of #501FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FCB

Black with #501FCB

Text Example


Text Example

White with #501FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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