Html Css Color HEX #5324BD Purple Heart

📋 copy color: '#5324BD'

red 83 ◦ green 36 ◦ blue 189

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

Shades of Purple Heart #5324BD

Tints of Purple Heart #5324BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 26.95%
G = 11.69%
B = 61.36%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5324BD (or 0x5324BD) is known color: Purple Heart. HEX triplet: 53, 24 and BD. RGB value is (83,36,189). Sum of RGB (Red+Green+Blue) = 83+36+189=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #5324BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324BD is #ACDB42. Grayscale: #424242. Windows color (decimal): -11328323 or 12395603. OLE color: 12395603.

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

Color convert

RGB 83 36 189 -
CMYK 0.56 0.81 0 0.26
HSL 258.43º 0.68% 0.44% -
HSV(B) 258.43º 0.81% 0.74% -
XYZ 13.38 6.77 48.75 -
YUV 67.5 196.57 139.06 -
System Red Green Blue C M Y K H S L
Decimal 83 36 189 0.56 0.81 0 0.26 258.43 0.68 0.44
Hex 53 24 BD 38 51 0 1A 102 44 2C
Octal 123 44 275 70 121 0 32 402 104 54
Binary 1010011 100100 10111101 111000 1010001 0 11010 100000010 1000100 101100

Color Harmonies of #5324BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324BD

Black with #5324BD

Text Example


Text Example

White with #5324BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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