Html Css Color HEX #5425D7 Purple Heart

📋 copy color: '#5425D7'

red 84 ◦ green 37 ◦ blue 215

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

Shades of Purple Heart #5425D7

Tints of Purple Heart #5425D7

RGB

 RED value IS 84 (33.2% from 255) = 25%

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

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

R = 25%
G = 11.01%
B = 63.99%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5425D7 (or 0x5425D7) is known color: Purple Heart. HEX triplet: 54, 25 and D7. RGB value is (84,37,215). Sum of RGB (Red+Green+Blue) = 84+37+215=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #5425D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5425D7 is #ABDA28. Grayscale: #464646. Windows color (decimal): -11262505 or 14099796. OLE color: 14099796.

HSL color Cylindrical-coordinate representation of color #5425D7: hue angle of 255.84º 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 #5425D7 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 37 215 -
CMYK 0.61 0.83 0 0.16
HSL 255.84º 0.71% 0.49% -
HSV(B) 255.84º 0.83% 0.84% -
XYZ 16.58 8.11 64.98 -
YUV 71.35 209.07 137.03 -
System Red Green Blue C M Y K H S L
Decimal 84 37 215 0.61 0.83 0 0.16 255.84 0.71 0.49
Hex 54 25 D7 3D 53 0 10 100 47 31
Octal 124 45 327 75 123 0 20 400 107 61
Binary 1010100 100101 11010111 111101 1010011 0 10000 100000000 1000111 110001

Color Harmonies of #5425D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5425D7

Black with #5425D7

Text Example


Text Example

White with #5425D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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