Html Css Color HEX #5326AC Purple Heart

📋 copy color: '#5326AC'

red 83 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #5326AC

Tints of Purple Heart #5326AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 28.33%
G = 12.97%
B = 58.7%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5326AC (or 0x5326AC) is known color: Purple Heart. HEX triplet: 53, 26 and AC. RGB value is (83,38,172). Sum of RGB (Red+Green+Blue) = 83+38+172=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #5326AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5326AC is #ACD953. Grayscale: #424242. Windows color (decimal): -11327828 or 11282003. OLE color: 11282003.

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

Color convert

RGB 83 38 172 -
CMYK 0.52 0.78 0 0.33
HSL 260.15º 0.64% 0.41% -
HSV(B) 260.15º 0.78% 0.67% -
XYZ 11.71 6.2 39.61 -
YUV 66.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 83 38 172 0.52 0.78 0 0.33 260.15 0.64 0.41
Hex 53 26 AC 34 4E 0 21 104 40 29
Octal 123 46 254 64 116 0 41 404 100 51
Binary 1010011 100110 10101100 110100 1001110 0 100001 100000100 1000000 101001

Color Harmonies of #5326AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326AC

Black with #5326AC

Text Example


Text Example

White with #5326AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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