Html Css Color HEX #5425CD Purple Heart

📋 copy color: '#5425CD'

red 84 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #5425CD

Tints of Purple Heart #5425CD

RGB

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

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

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

R = 25.77%
G = 11.35%
B = 62.88%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5425CD (or 0x5425CD) is known color: Purple Heart. HEX triplet: 54, 25 and CD. RGB value is (84,37,205). Sum of RGB (Red+Green+Blue) = 84+37+205=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #5425CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5425CD is #ABDA32. Grayscale: #454545. Windows color (decimal): -11262515 or 13444436. OLE color: 13444436.

HSL color Cylindrical-coordinate representation of color #5425CD: hue angle of 256.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5425CD is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 37 205 -
CMYK 0.59 0.82 0 0.20
HSL 256.79º 0.69% 0.47% -
HSV(B) 256.79º 0.82% 0.8% -
XYZ 15.34 7.62 58.42 -
YUV 70.21 204.07 137.84 -
System Red Green Blue C M Y K H S L
Decimal 84 37 205 0.59 0.82 0 0.20 256.79 0.69 0.47
Hex 54 25 CD 3B 52 0 14 101 45 2F
Octal 124 45 315 73 122 0 24 401 105 57
Binary 1010100 100101 11001101 111011 1010010 0 10100 100000001 1000101 101111

Color Harmonies of #5425CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5425CD

Black with #5425CD

Text Example


Text Example

White with #5425CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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