Html Css Color HEX #5413CB Purple Heart

📋 copy color: '#5413CB'

red 84 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #5413CB

Tints of Purple Heart #5413CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 27.45%
G = 6.21%
B = 66.34%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5413CB (or 0x5413CB) is known color: Purple Heart. HEX triplet: 54, 13 and CB. RGB value is (84,19,203). Sum of RGB (Red+Green+Blue) = 84+19+203=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #5413CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5413CB is #ABEC34. Grayscale: #3A3A3A. Windows color (decimal): -11267125 or 13308756. OLE color: 13308756.

HSL color Cylindrical-coordinate representation of color #5413CB: hue angle of 261.2º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5413CB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 19 203 -
CMYK 0.59 0.91 0 0.20
HSL 261.2º 0.83% 0.44% -
HSV(B) 261.2º 0.91% 0.8% -
XYZ 14.67 6.66 57.01 -
YUV 59.41 209.03 145.54 -
System Red Green Blue C M Y K H S L
Decimal 84 19 203 0.59 0.91 0 0.20 261.2 0.83 0.44
Hex 54 13 CB 3B 5B 0 14 105 53 2C
Octal 124 23 313 73 133 0 24 405 123 54
Binary 1010100 10011 11001011 111011 1011011 0 10100 100000101 1010011 101100

Color Harmonies of #5413CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413CB

Black with #5413CB

Text Example


Text Example

White with #5413CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5413CB; }

 p { color: rgb(84,19,203); }

 H1.HeaderClassName
 {
   color: #5413CB;
 }
 .AnyTagClassName
 {
   color: #5413CB;
 }
</style>

background-color css

<style>
 a { background-color: #5413CB; }

 a { background-color: rgb(84,19,203); }

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

border-color css

<style>
 span { border-color: #5413CB; }

 span { border-color: rgb(84,19,203); }

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