Html Css Color HEX #5328AF Purple Heart

📋 copy color: '#5328AF'

red 83 ◦ green 40 ◦ blue 175

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

Shades of Purple Heart #5328AF

Tints of Purple Heart #5328AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.72%

R = 27.85%
G = 13.42%
B = 58.72%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5328AF (or 0x5328AF) is known color: Purple Heart. HEX triplet: 53, 28 and AF. RGB value is (83,40,175). Sum of RGB (Red+Green+Blue) = 83+40+175=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #5328AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5328AF is #ACD750. Grayscale: #434343. Windows color (decimal): -11327313 or 11479123. OLE color: 11479123.

HSL color Cylindrical-coordinate representation of color #5328AF: hue angle of 259.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5328AF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 40 175 -
CMYK 0.53 0.77 0 0.31
HSL 259.11º 0.63% 0.42% -
HSV(B) 259.11º 0.77% 0.69% -
XYZ 12.06 6.45 41.17 -
YUV 68.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 83 40 175 0.53 0.77 0 0.31 259.11 0.63 0.42
Hex 53 28 AF 35 4D 0 1F 103 3F 2A
Octal 123 50 257 65 115 0 37 403 77 52
Binary 1010011 101000 10101111 110101 1001101 0 11111 100000011 111111 101010

Color Harmonies of #5328AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5328AF

Black with #5328AF

Text Example


Text Example

White with #5328AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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