Html Css Color HEX #500FCC Purple Heart

📋 copy color: '#500FCC'

red 80 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #500FCC

Tints of Purple Heart #500FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

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

R = 26.76%
G = 5.02%
B = 68.23%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#500FCC (or 0x500FCC) is known color: Purple Heart. HEX triplet: 50, 0F and CC. RGB value is (80,15,204). Sum of RGB (Red+Green+Blue) = 80+15+204=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #500FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FCC is #AFF033. Grayscale: #373737. Windows color (decimal): -11530292 or 13373264. OLE color: 13373264.

HSL color Cylindrical-coordinate representation of color #500FCC: hue angle of 260.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500FCC is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 15 204 -
CMYK 0.61 0.93 0 0.2
HSL 260.63º 0.86% 0.43% -
HSV(B) 260.63º 0.93% 0.8% -
XYZ 14.38 6.41 57.61 -
YUV 55.98 211.53 145.13 -
System Red Green Blue C M Y K H S L
Decimal 80 15 204 0.61 0.93 0 0.2 260.63 0.86 0.43
Hex 50 F CC 3D 5D 0 14 105 56 2B
Octal 120 17 314 75 135 0 24 405 126 53
Binary 1010000 1111 11001100 111101 1011101 0 10100 100000101 1010110 101011

Color Harmonies of #500FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FCC

Black with #500FCC

Text Example


Text Example

White with #500FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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