Html Css Color HEX #5007CD Purple Heart

📋 copy color: '#5007CD'

red 80 ◦ green 7 ◦ blue 205

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

Shades of Purple Heart #5007CD

Tints of Purple Heart #5007CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

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

R = 27.4%
G = 2.4%
B = 70.21%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5007CD (or 0x5007CD) is known color: Purple Heart. HEX triplet: 50, 07 and CD. RGB value is (80,7,205). Sum of RGB (Red+Green+Blue) = 80+7+205=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #5007CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007CD is #AFF832. Grayscale: #323232. Windows color (decimal): -11532339 or 13436752. OLE color: 13436752.

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

Color convert

RGB 80 7 205 -
CMYK 0.61 0.97 0 0.20
HSL 262.12º 0.93% 0.42% -
HSV(B) 262.12º 0.97% 0.8% -
XYZ 14.4 6.27 58.21 -
YUV 51.4 214.68 148.4 -
System Red Green Blue C M Y K H S L
Decimal 80 7 205 0.61 0.97 0 0.20 262.12 0.93 0.42
Hex 50 7 CD 3D 61 0 14 106 5D 2A
Octal 120 7 315 75 141 0 24 406 135 52
Binary 1010000 111 11001101 111101 1100001 0 10100 100000110 1011101 101010

Color Harmonies of #5007CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5007CD

Black with #5007CD

Text Example


Text Example

White with #5007CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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