Html Css Color HEX #5331AC Purple Heart

📋 copy color: '#5331AC'

red 83 ◦ green 49 ◦ blue 172

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

Shades of Purple Heart #5331AC

Tints of Purple Heart #5331AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

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

R = 27.3%
G = 16.12%
B = 56.58%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5331AC (or 0x5331AC) is known color: Purple Heart. HEX triplet: 53, 31 and AC. RGB value is (83,49,172). Sum of RGB (Red+Green+Blue) = 83+49+172=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #5331AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5331AC is #ACCE53. Grayscale: #484848. Windows color (decimal): -11325012 or 11284819. OLE color: 11284819.

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

Color convert

RGB 83 49 172 -
CMYK 0.52 0.72 0 0.33
HSL 256.59º 0.56% 0.43% -
HSV(B) 256.59º 0.72% 0.67% -
XYZ 12.11 7.01 39.75 -
YUV 73.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 83 49 172 0.52 0.72 0 0.33 256.59 0.56 0.43
Hex 53 31 AC 34 48 0 21 101 38 2B
Octal 123 61 254 64 110 0 41 401 70 53
Binary 1010011 110001 10101100 110100 1001000 0 100001 100000001 111000 101011

Color Harmonies of #5331AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331AC

Black with #5331AC

Text Example


Text Example

White with #5331AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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