Html Css Color HEX #531CAD Purple Heart

📋 copy color: '#531CAD'

red 83 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #531CAD

Tints of Purple Heart #531CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 29.23%
G = 9.86%
B = 60.92%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#531CAD (or 0x531CAD) is known color: Purple Heart. HEX triplet: 53, 1C and AD. RGB value is (83,28,173). Sum of RGB (Red+Green+Blue) = 83+28+173=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #531CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531CAD is #ACE352. Grayscale: #3C3C3C. Windows color (decimal): -11330387 or 11344979. OLE color: 11344979.

HSL color Cylindrical-coordinate representation of color #531CAD: hue angle of 262.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531CAD is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 28 173 -
CMYK 0.52 0.84 0 0.32
HSL 262.76º 0.72% 0.39% -
HSV(B) 262.76º 0.84% 0.68% -
XYZ 11.53 5.69 40.03 -
YUV 60.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 83 28 173 0.52 0.84 0 0.32 262.76 0.72 0.39
Hex 53 1C AD 34 54 0 20 107 48 27
Octal 123 34 255 64 124 0 40 407 110 47
Binary 1010011 11100 10101101 110100 1010100 0 100000 100000111 1001000 100111

Color Harmonies of #531CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CAD

Black with #531CAD

Text Example


Text Example

White with #531CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531CAD; }

 p { color: rgb(83,28,173); }

 H1.HeaderClassName
 {
   color: #531CAD;
 }
 .AnyTagClassName
 {
   color: #531CAD;
 }
</style>

background-color css

<style>
 a { background-color: #531CAD; }

 a { background-color: rgb(83,28,173); }

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

border-color css

<style>
 span { border-color: #531CAD; }

 span { border-color: rgb(83,28,173); }

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