Html Css Color HEX #501FCC Purple Heart

📋 copy color: '#501FCC'

red 80 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #501FCC

Tints of Purple Heart #501FCC

RGB

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

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

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

R = 25.4%
G = 9.84%
B = 64.76%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#501FCC (or 0x501FCC) is known color: Purple Heart. HEX triplet: 50, 1F and CC. RGB value is (80,31,204). Sum of RGB (Red+Green+Blue) = 80+31+204=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #501FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FCC is #AFE033. Grayscale: #404040. Windows color (decimal): -11526196 or 13377360. OLE color: 13377360.

HSL color Cylindrical-coordinate representation of color #501FCC: hue angle of 256.99º 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 #501FCC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 31 204 -
CMYK 0.61 0.85 0 0.2
HSL 256.99º 0.74% 0.46% -
HSV(B) 256.99º 0.85% 0.8% -
XYZ 14.7 7.05 57.71 -
YUV 65.37 206.23 138.43 -
System Red Green Blue C M Y K H S L
Decimal 80 31 204 0.61 0.85 0 0.2 256.99 0.74 0.46
Hex 50 1F CC 3D 55 0 14 101 4A 2E
Octal 120 37 314 75 125 0 24 401 112 56
Binary 1010000 11111 11001100 111101 1010101 0 10100 100000001 1001010 101110

Color Harmonies of #501FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FCC

Black with #501FCC

Text Example


Text Example

White with #501FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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