Html Css Color HEX #5014CF Purple Heart

📋 copy color: '#5014CF'

red 80 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #5014CF

Tints of Purple Heart #5014CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 26.06%
G = 6.51%
B = 67.43%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5014CF (or 0x5014CF) is known color: Purple Heart. HEX triplet: 50, 14 and CF. RGB value is (80,20,207). Sum of RGB (Red+Green+Blue) = 80+20+207=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #5014CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014CF is #AFEB30. Grayscale: #3A3A3A. Windows color (decimal): -11529009 or 13571152. OLE color: 13571152.

HSL color Cylindrical-coordinate representation of color #5014CF: hue angle of 259.25º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5014CF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 20 207 -
CMYK 0.61 0.90 0 0.19
HSL 259.25º 0.82% 0.45% -
HSV(B) 259.25º 0.9% 0.81% -
XYZ 14.82 6.71 59.55 -
YUV 59.26 211.38 142.79 -
System Red Green Blue C M Y K H S L
Decimal 80 20 207 0.61 0.90 0 0.19 259.25 0.82 0.45
Hex 50 14 CF 3D 5A 0 13 103 52 2D
Octal 120 24 317 75 132 0 23 403 122 55
Binary 1010000 10100 11001111 111101 1011010 0 10011 100000011 1010010 101101

Color Harmonies of #5014CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5014CF

Black with #5014CF

Text Example


Text Example

White with #5014CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5014CF; }

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

 H1.HeaderClassName
 {
   color: #5014CF;
 }
 .AnyTagClassName
 {
   color: #5014CF;
 }
</style>

background-color css

<style>
 a { background-color: #5014CF; }

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

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

border-color css

<style>
 span { border-color: #5014CF; }

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

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