Html Css Color HEX #5438CE Purple Heart

📋 copy color: '#5438CE'

red 84 ◦ green 56 ◦ blue 206

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

Shades of Purple Heart #5438CE

Tints of Purple Heart #5438CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 24.28%
G = 16.18%
B = 59.54%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5438CE (or 0x5438CE) is known color: Purple Heart. HEX triplet: 54, 38 and CE. RGB value is (84,56,206). Sum of RGB (Red+Green+Blue) = 84+56+206=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #5438CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5438CE is #ABC731. Grayscale: #505050. Windows color (decimal): -11257650 or 13514836. OLE color: 13514836.

HSL color Cylindrical-coordinate representation of color #5438CE: hue angle of 251.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5438CE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 56 206 -
CMYK 0.59 0.73 0 0.19
HSL 251.2º 0.6% 0.51% -
HSV(B) 251.2º 0.73% 0.81% -
XYZ 16.21 9.17 59.31 -
YUV 81.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 84 56 206 0.59 0.73 0 0.19 251.2 0.6 0.51
Hex 54 38 CE 3B 49 0 13 FB 3C 33
Octal 124 70 316 73 111 0 23 373 74 63
Binary 1010100 111000 11001110 111011 1001001 0 10011 11111011 111100 110011

Color Harmonies of #5438CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5438CE

Black with #5438CE

Text Example


Text Example

White with #5438CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5438CE; }

 p { color: rgb(84,56,206); }

 H1.HeaderClassName
 {
   color: #5438CE;
 }
 .AnyTagClassName
 {
   color: #5438CE;
 }
</style>

background-color css

<style>
 a { background-color: #5438CE; }

 a { background-color: rgb(84,56,206); }

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

border-color css

<style>
 span { border-color: #5438CE; }

 span { border-color: rgb(84,56,206); }

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