Html Css Color HEX #500ACD Purple Heart

📋 copy color: '#500ACD'

red 80 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #500ACD

Tints of Purple Heart #500ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.39%

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 27.12%
G = 3.39%
B = 69.49%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#500ACD (or 0x500ACD) is known color: Purple Heart. HEX triplet: 50, 0A and CD. RGB value is (80,10,205). Sum of RGB (Red+Green+Blue) = 80+10+205=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #500ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ACD is #AFF532. Grayscale: #343434. Windows color (decimal): -11531571 or 13437520. OLE color: 13437520.

HSL color Cylindrical-coordinate representation of color #500ACD: hue angle of 261.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500ACD is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 10 205 -
CMYK 0.61 0.95 0 0.20
HSL 261.54º 0.91% 0.42% -
HSV(B) 261.54º 0.95% 0.8% -
XYZ 14.44 6.33 58.22 -
YUV 53.16 213.69 147.14 -
System Red Green Blue C M Y K H S L
Decimal 80 10 205 0.61 0.95 0 0.20 261.54 0.91 0.42
Hex 50 A CD 3D 5F 0 14 106 5B 2A
Octal 120 12 315 75 137 0 24 406 133 52
Binary 1010000 1010 11001101 111101 1011111 0 10100 100000110 1011011 101010

Color Harmonies of #500ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ACD

Black with #500ACD

Text Example


Text Example

White with #500ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,10,205); }

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

background-color css

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

 a { background-color: rgb(80,10,205); }

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

border-color css

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

 span { border-color: rgb(80,10,205); }

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