Html Css Color HEX #531BBB Purple Heart

📋 copy color: '#531BBB'

red 83 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #531BBB

Tints of Purple Heart #531BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 27.95%
G = 9.09%
B = 62.96%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#531BBB (or 0x531BBB) is known color: Purple Heart. HEX triplet: 53, 1B and BB. RGB value is (83,27,187). Sum of RGB (Red+Green+Blue) = 83+27+187=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #531BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BBB is #ACE444. Grayscale: #3D3D3D. Windows color (decimal): -11330629 or 12262227. OLE color: 12262227.

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

Color convert

RGB 83 27 187 -
CMYK 0.56 0.86 0 0.27
HSL 261º 0.75% 0.42% -
HSV(B) 261º 0.86% 0.73% -
XYZ 12.93 6.21 47.53 -
YUV 61.98 198.55 142.99 -
System Red Green Blue C M Y K H S L
Decimal 83 27 187 0.56 0.86 0 0.27 261 0.75 0.42
Hex 53 1B BB 38 56 0 1B 105 4B 2A
Octal 123 33 273 70 126 0 33 405 113 52
Binary 1010011 11011 10111011 111000 1010110 0 11011 100000101 1001011 101010

Color Harmonies of #531BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BBB

Black with #531BBB

Text Example


Text Example

White with #531BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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