Html Css Color HEX #5324BE Purple Heart

📋 copy color: '#5324BE'

red 83 ◦ green 36 ◦ blue 190

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

Shades of Purple Heart #5324BE

Tints of Purple Heart #5324BE

RGB

 RED value IS 83 (32.81% from 255) = 26.86%

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 26.86%
G = 11.65%
B = 61.49%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5324BE (or 0x5324BE) is known color: Purple Heart. HEX triplet: 53, 24 and BE. RGB value is (83,36,190). Sum of RGB (Red+Green+Blue) = 83+36+190=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #5324BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324BE is #ACDB41. Grayscale: #434343. Windows color (decimal): -11328322 or 12461139. OLE color: 12461139.

HSL color Cylindrical-coordinate representation of color #5324BE: hue angle of 258.31º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5324BE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 36 190 -
CMYK 0.56 0.81 0 0.25
HSL 258.31º 0.68% 0.44% -
HSV(B) 258.31º 0.81% 0.75% -
XYZ 13.49 6.82 49.32 -
YUV 67.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 83 36 190 0.56 0.81 0 0.25 258.31 0.68 0.44
Hex 53 24 BE 38 51 0 19 102 44 2C
Octal 123 44 276 70 121 0 31 402 104 54
Binary 1010011 100100 10111110 111000 1010001 0 11001 100000010 1000100 101100

Color Harmonies of #5324BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324BE

Black with #5324BE

Text Example


Text Example

White with #5324BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5324BE; }

 p { color: rgb(83,36,190); }

 H1.HeaderClassName
 {
   color: #5324BE;
 }
 .AnyTagClassName
 {
   color: #5324BE;
 }
</style>

background-color css

<style>
 a { background-color: #5324BE; }

 a { background-color: rgb(83,36,190); }

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

border-color css

<style>
 span { border-color: #5324BE; }

 span { border-color: rgb(83,36,190); }

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