Html Css Color HEX #5403CA Purple Heart

📋 copy color: '#5403CA'

red 84 ◦ green 3 ◦ blue 202

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

Shades of Purple Heart #5403CA

Tints of Purple Heart #5403CA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 202 (79.3% from 255) = 69.9%

R = 29.07%
G = 1.04%
B = 69.9%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5403CA (or 0x5403CA) is known color: Purple Heart. HEX triplet: 54, 03 and CA. RGB value is (84,3,202). Sum of RGB (Red+Green+Blue) = 84+3+202=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #5403CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5403CA is #ABFC35. Grayscale: #313131. Windows color (decimal): -11271222 or 13239124. OLE color: 13239124.

HSL color Cylindrical-coordinate representation of color #5403CA: hue angle of 264.42º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5403CA is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 3 202 -
CMYK 0.58 0.99 0 0.21
HSL 264.42º 0.97% 0.4% -
HSV(B) 264.42º 0.99% 0.79% -
XYZ 14.35 6.21 56.32 -
YUV 49.91 213.84 152.32 -
System Red Green Blue C M Y K H S L
Decimal 84 3 202 0.58 0.99 0 0.21 264.42 0.97 0.4
Hex 54 3 CA 3A 63 0 15 108 61 28
Octal 124 3 312 72 143 0 25 410 141 50
Binary 1010100 11 11001010 111010 1100011 0 10101 100001000 1100001 101000

Color Harmonies of #5403CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5403CA

Black with #5403CA

Text Example


Text Example

White with #5403CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5403CA; }

 p { color: rgb(84,3,202); }

 H1.HeaderClassName
 {
   color: #5403CA;
 }
 .AnyTagClassName
 {
   color: #5403CA;
 }
</style>

background-color css

<style>
 a { background-color: #5403CA; }

 a { background-color: rgb(84,3,202); }

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

border-color css

<style>
 span { border-color: #5403CA; }

 span { border-color: rgb(84,3,202); }

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