Html Css Color HEX #5440CB Purple Heart

📋 copy color: '#5440CB'

red 84 ◦ green 64 ◦ blue 203

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

Shades of Purple Heart #5440CB

Tints of Purple Heart #5440CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

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

R = 23.93%
G = 18.23%
B = 57.83%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5440CB (or 0x5440CB) is known color: Purple Heart. HEX triplet: 54, 40 and CB. RGB value is (84,64,203). Sum of RGB (Red+Green+Blue) = 84+64+203=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #5440CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440CB is #ABBF34. Grayscale: #555555. Windows color (decimal): -11255605 or 13320276. OLE color: 13320276.

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

Color convert

RGB 84 64 203 -
CMYK 0.59 0.68 0 0.20
HSL 248.63º 0.57% 0.52% -
HSV(B) 248.63º 0.68% 0.8% -
XYZ 16.27 9.86 57.55 -
YUV 85.83 194.13 126.7 -
System Red Green Blue C M Y K H S L
Decimal 84 64 203 0.59 0.68 0 0.20 248.63 0.57 0.52
Hex 54 40 CB 3B 44 0 14 F9 39 34
Octal 124 100 313 73 104 0 24 371 71 64
Binary 1010100 1000000 11001011 111011 1000100 0 10100 11111001 111001 110100

Color Harmonies of #5440CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5440CB

Black with #5440CB

Text Example


Text Example

White with #5440CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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