Html Css Color HEX #5323AC Purple Heart

📋 copy color: '#5323AC'

red 83 ◦ green 35 ◦ blue 172

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

Shades of Purple Heart #5323AC

Tints of Purple Heart #5323AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 28.62%
G = 12.07%
B = 59.31%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5323AC (or 0x5323AC) is known color: Purple Heart. HEX triplet: 53, 23 and AC. RGB value is (83,35,172). Sum of RGB (Red+Green+Blue) = 83+35+172=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #5323AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5323AC is #ACDC53. Grayscale: #404040. Windows color (decimal): -11328596 or 11281235. OLE color: 11281235.

HSL color Cylindrical-coordinate representation of color #5323AC: hue angle of 261.02º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5323AC is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 35 172 -
CMYK 0.52 0.80 0 0.33
HSL 261.02º 0.66% 0.41% -
HSV(B) 261.02º 0.8% 0.67% -
XYZ 11.61 6.02 39.58 -
YUV 64.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 83 35 172 0.52 0.80 0 0.33 261.02 0.66 0.41
Hex 53 23 AC 34 50 0 21 105 42 29
Octal 123 43 254 64 120 0 41 405 102 51
Binary 1010011 100011 10101100 110100 1010000 0 100001 100000101 1000010 101001

Color Harmonies of #5323AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5323AC

Black with #5323AC

Text Example


Text Example

White with #5323AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5323AC; }

 p { color: rgb(83,35,172); }

 H1.HeaderClassName
 {
   color: #5323AC;
 }
 .AnyTagClassName
 {
   color: #5323AC;
 }
</style>

background-color css

<style>
 a { background-color: #5323AC; }

 a { background-color: rgb(83,35,172); }

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

border-color css

<style>
 span { border-color: #5323AC; }

 span { border-color: rgb(83,35,172); }

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