Html Css Color HEX #5000CD Purple Heart

📋 copy color: '#5000CD'

red 80 ◦ green 0 ◦ blue 205

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

Shades of Purple Heart #5000CD

Tints of Purple Heart #5000CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.07%
G = 0%
B = 71.93%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5000CD (or 0x5000CD) is known color: Purple Heart. HEX triplet: 50, 00 and CD. RGB value is (80,0,205). Sum of RGB (Red+Green+Blue) = 80+0+205=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #5000CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000CD is #AFFF32. Grayscale: #2E2E2E. Windows color (decimal): -11534131 or 13434960. OLE color: 13434960.

HSL color Cylindrical-coordinate representation of color #5000CD: hue angle of 263.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000CD is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 0 205 -
CMYK 0.61 1 0 0.20
HSL 263.41º 1% 0.4% -
HSV(B) 263.41º 1% 0.8% -
XYZ 14.33 6.11 58.18 -
YUV 47.29 217 151.33 -
System Red Green Blue C M Y K H S L
Decimal 80 0 205 0.61 1 0 0.20 263.41 1 0.4
Hex 50 0 CD 3D 64 0 14 107 64 28
Octal 120 0 315 75 144 0 24 407 144 50
Binary 1010000 0 11001101 111101 1100100 0 10100 100000111 1100100 101000

Color Harmonies of #5000CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000CD

Black with #5000CD

Text Example


Text Example

White with #5000CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5000CD; }

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

 H1.HeaderClassName
 {
   color: #5000CD;
 }
 .AnyTagClassName
 {
   color: #5000CD;
 }
</style>

background-color css

<style>
 a { background-color: #5000CD; }

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

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

border-color css

<style>
 span { border-color: #5000CD; }

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

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