Html Css Color HEX #531BBA Purple Heart

📋 copy color: '#531BBA'

red 83 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #531BBA

Tints of Purple Heart #531BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.12%

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

R = 28.04%
G = 9.12%
B = 62.84%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#531BBA (or 0x531BBA) is known color: Purple Heart. HEX triplet: 53, 1B and BA. RGB value is (83,27,186). Sum of RGB (Red+Green+Blue) = 83+27+186=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #531BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BBA is #ACE445. Grayscale: #3D3D3D. Windows color (decimal): -11330630 or 12196691. OLE color: 12196691.

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

Color convert

RGB 83 27 186 -
CMYK 0.55 0.85 0 0.27
HSL 261.13º 0.75% 0.42% -
HSV(B) 261.13º 0.85% 0.73% -
XYZ 12.82 6.17 46.97 -
YUV 61.87 198.05 143.07 -
System Red Green Blue C M Y K H S L
Decimal 83 27 186 0.55 0.85 0 0.27 261.13 0.75 0.42
Hex 53 1B BA 37 55 0 1B 105 4B 2A
Octal 123 33 272 67 125 0 33 405 113 52
Binary 1010011 11011 10111010 110111 1010101 0 11011 100000101 1001011 101010

Color Harmonies of #531BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BBA

Black with #531BBA

Text Example


Text Example

White with #531BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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