Html Css Color HEX #501CCF Purple Heart

📋 copy color: '#501CCF'

red 80 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #501CCF

Tints of Purple Heart #501CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 25.4%
G = 8.89%
B = 65.71%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#501CCF (or 0x501CCF) is known color: Purple Heart. HEX triplet: 50, 1C and CF. RGB value is (80,28,207). Sum of RGB (Red+Green+Blue) = 80+28+207=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #501CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CCF is #AFE330. Grayscale: #3F3F3F. Windows color (decimal): -11526961 or 13573200. OLE color: 13573200.

HSL color Cylindrical-coordinate representation of color #501CCF: hue angle of 257.43º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501CCF is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 28 207 -
CMYK 0.61 0.86 0 0.19
HSL 257.43º 0.76% 0.46% -
HSV(B) 257.43º 0.86% 0.81% -
XYZ 14.99 7.04 59.6 -
YUV 63.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 80 28 207 0.61 0.86 0 0.19 257.43 0.76 0.46
Hex 50 1C CF 3D 56 0 13 101 4C 2E
Octal 120 34 317 75 126 0 23 401 114 56
Binary 1010000 11100 11001111 111101 1010110 0 10011 100000001 1001100 101110

Color Harmonies of #501CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CCF

Black with #501CCF

Text Example


Text Example

White with #501CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,207); }

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

background-color css

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

 a { background-color: rgb(80,28,207); }

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

border-color css

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

 span { border-color: rgb(80,28,207); }

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