Html Css Color HEX #501ACF Purple Heart

📋 copy color: '#501ACF'

red 80 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #501ACF

Tints of Purple Heart #501ACF

RGB

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

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

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

R = 25.56%
G = 8.31%
B = 66.13%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#501ACF (or 0x501ACF) is known color: Purple Heart. HEX triplet: 50, 1A and CF. RGB value is (80,26,207). Sum of RGB (Red+Green+Blue) = 80+26+207=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #501ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ACF is #AFE530. Grayscale: #3E3E3E. Windows color (decimal): -11527473 or 13572688. OLE color: 13572688.

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

Color convert

RGB 80 26 207 -
CMYK 0.61 0.87 0 0.19
HSL 257.9º 0.78% 0.46% -
HSV(B) 257.9º 0.87% 0.81% -
XYZ 14.94 6.95 59.59 -
YUV 62.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 80 26 207 0.61 0.87 0 0.19 257.9 0.78 0.46
Hex 50 1A CF 3D 57 0 13 102 4E 2E
Octal 120 32 317 75 127 0 23 402 116 56
Binary 1010000 11010 11001111 111101 1010111 0 10011 100000010 1001110 101110

Color Harmonies of #501ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ACF

Black with #501ACF

Text Example


Text Example

White with #501ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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