Html Css Color HEX #5328B9 Purple Heart

📋 copy color: '#5328B9'

red 83 ◦ green 40 ◦ blue 185

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

Shades of Purple Heart #5328B9

Tints of Purple Heart #5328B9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 185 (72.66% from 255) = 60.06%

R = 26.95%
G = 12.99%
B = 60.06%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5328B9 (or 0x5328B9) is known color: Purple Heart. HEX triplet: 53, 28 and B9. RGB value is (83,40,185). Sum of RGB (Red+Green+Blue) = 83+40+185=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #5328B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5328B9 is #ACD746. Grayscale: #444444. Windows color (decimal): -11327303 or 12134483. OLE color: 12134483.

HSL color Cylindrical-coordinate representation of color #5328B9: hue angle of 257.79º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5328B9 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 40 185 -
CMYK 0.55 0.78 0 0.27
HSL 257.79º 0.64% 0.44% -
HSV(B) 257.79º 0.78% 0.73% -
XYZ 13.08 6.86 46.53 -
YUV 69.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 83 40 185 0.55 0.78 0 0.27 257.79 0.64 0.44
Hex 53 28 B9 37 4E 0 1B 102 40 2C
Octal 123 50 271 67 116 0 33 402 100 54
Binary 1010011 101000 10111001 110111 1001110 0 11011 100000010 1000000 101100

Color Harmonies of #5328B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5328B9

Black with #5328B9

Text Example


Text Example

White with #5328B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5328B9; }

 p { color: rgb(83,40,185); }

 H1.HeaderClassName
 {
   color: #5328B9;
 }
 .AnyTagClassName
 {
   color: #5328B9;
 }
</style>

background-color css

<style>
 a { background-color: #5328B9; }

 a { background-color: rgb(83,40,185); }

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

border-color css

<style>
 span { border-color: #5328B9; }

 span { border-color: rgb(83,40,185); }

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