Html Css Color HEX #531DBA Purple Heart

📋 copy color: '#531DBA'

red 83 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #531DBA

Tints of Purple Heart #531DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 27.85%
G = 9.73%
B = 62.42%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#531DBA (or 0x531DBA) is known color: Purple Heart. HEX triplet: 53, 1D and BA. RGB value is (83,29,186). Sum of RGB (Red+Green+Blue) = 83+29+186=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #531DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531DBA is #ACE245. Grayscale: #3E3E3E. Windows color (decimal): -11330118 or 12197203. OLE color: 12197203.

HSL color Cylindrical-coordinate representation of color #531DBA: hue angle of 260.64º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531DBA is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 29 186 -
CMYK 0.55 0.84 0 0.27
HSL 260.64º 0.73% 0.42% -
HSV(B) 260.64º 0.84% 0.73% -
XYZ 12.87 6.26 46.98 -
YUV 63.04 197.39 142.23 -
System Red Green Blue C M Y K H S L
Decimal 83 29 186 0.55 0.84 0 0.27 260.64 0.73 0.42
Hex 53 1D BA 37 54 0 1B 105 49 2A
Octal 123 35 272 67 124 0 33 405 111 52
Binary 1010011 11101 10111010 110111 1010100 0 11011 100000101 1001001 101010

Color Harmonies of #531DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DBA

Black with #531DBA

Text Example


Text Example

White with #531DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,186); }

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

background-color css

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

 a { background-color: rgb(83,29,186); }

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

border-color css

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

 span { border-color: rgb(83,29,186); }

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