Html Css Color HEX #5025D7 Purple Heart

📋 copy color: '#5025D7'

red 80 ◦ green 37 ◦ blue 215

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

Shades of Purple Heart #5025D7

Tints of Purple Heart #5025D7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

 BLUE value IS 215 (84.38% from 255) = 64.76%

R = 24.1%
G = 11.14%
B = 64.76%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5025D7 (or 0x5025D7) is known color: Purple Heart. HEX triplet: 50, 25 and D7. RGB value is (80,37,215). Sum of RGB (Red+Green+Blue) = 80+37+215=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 215 (84.38% from 255 or 64.76% from 332); Max value from RGB is 215 - color contains mainly: blue. Hex color #5025D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5025D7 is #AFDA28. Grayscale: #454545. Windows color (decimal): -11524649 or 14099792. OLE color: 14099792.

HSL color Cylindrical-coordinate representation of color #5025D7: hue angle of 254.49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5025D7 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 37 215 -
CMYK 0.63 0.83 0 0.16
HSL 254.49º 0.71% 0.49% -
HSV(B) 254.49º 0.83% 0.84% -
XYZ 16.24 7.93 64.97 -
YUV 70.15 209.75 135.03 -
System Red Green Blue C M Y K H S L
Decimal 80 37 215 0.63 0.83 0 0.16 254.49 0.71 0.49
Hex 50 25 D7 3F 53 0 10 FE 47 31
Octal 120 45 327 77 123 0 20 376 107 61
Binary 1010000 100101 11010111 111111 1010011 0 10000 11111110 1000111 110001

Color Harmonies of #5025D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025D7

Black with #5025D7

Text Example


Text Example

White with #5025D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5025D7; }

 p { color: rgb(80,37,215); }

 H1.HeaderClassName
 {
   color: #5025D7;
 }
 .AnyTagClassName
 {
   color: #5025D7;
 }
</style>

background-color css

<style>
 a { background-color: #5025D7; }

 a { background-color: rgb(80,37,215); }

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

border-color css

<style>
 span { border-color: #5025D7; }

 span { border-color: rgb(80,37,215); }

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