Html Css Color HEX #500DCF Purple Heart

📋 copy color: '#500DCF'

red 80 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #500DCF

Tints of Purple Heart #500DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 26.67%
G = 4.33%
B = 69%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#500DCF (or 0x500DCF) is known color: Purple Heart. HEX triplet: 50, 0D and CF. RGB value is (80,13,207). Sum of RGB (Red+Green+Blue) = 80+13+207=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #500DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DCF is #AFF230. Grayscale: #363636. Windows color (decimal): -11530801 or 13569360. OLE color: 13569360.

HSL color Cylindrical-coordinate representation of color #500DCF: hue angle of 260.72º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DCF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 13 207 -
CMYK 0.61 0.94 0 0.19
HSL 260.72º 0.88% 0.43% -
HSV(B) 260.72º 0.94% 0.81% -
XYZ 14.71 6.5 59.51 -
YUV 55.15 213.7 145.73 -
System Red Green Blue C M Y K H S L
Decimal 80 13 207 0.61 0.94 0 0.19 260.72 0.88 0.43
Hex 50 D CF 3D 5E 0 13 105 58 2B
Octal 120 15 317 75 136 0 23 405 130 53
Binary 1010000 1101 11001111 111101 1011110 0 10011 100000101 1011000 101011

Color Harmonies of #500DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DCF

Black with #500DCF

Text Example


Text Example

White with #500DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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