Html Css Color HEX #5420CD Purple Heart

📋 copy color: '#5420CD'

red 84 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #5420CD

Tints of Purple Heart #5420CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

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

R = 26.17%
G = 9.97%
B = 63.86%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5420CD (or 0x5420CD) is known color: Purple Heart. HEX triplet: 54, 20 and CD. RGB value is (84,32,205). Sum of RGB (Red+Green+Blue) = 84+32+205=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #5420CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420CD is #ABDF32. Grayscale: #424242. Windows color (decimal): -11263795 or 13443156. OLE color: 13443156.

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

Color convert

RGB 84 32 205 -
CMYK 0.59 0.84 0 0.20
HSL 258.03º 0.73% 0.46% -
HSV(B) 258.03º 0.84% 0.8% -
XYZ 15.19 7.33 58.37 -
YUV 67.27 205.73 139.93 -
System Red Green Blue C M Y K H S L
Decimal 84 32 205 0.59 0.84 0 0.20 258.03 0.73 0.46
Hex 54 20 CD 3B 54 0 14 102 49 2E
Octal 124 40 315 73 124 0 24 402 111 56
Binary 1010100 100000 11001101 111011 1010100 0 10100 100000010 1001001 101110

Color Harmonies of #5420CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420CD

Black with #5420CD

Text Example


Text Example

White with #5420CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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