Html Css Color HEX #531BBC Purple Heart

📋 copy color: '#531BBC'

red 83 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #531BBC

Tints of Purple Heart #531BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 27.85%
G = 9.06%
B = 63.09%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#531BBC (or 0x531BBC) is known color: Purple Heart. HEX triplet: 53, 1B and BC. RGB value is (83,27,188). Sum of RGB (Red+Green+Blue) = 83+27+188=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #531BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BBC is #ACE443. Grayscale: #3D3D3D. Windows color (decimal): -11330628 or 12327763. OLE color: 12327763.

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

Color convert

RGB 83 27 188 -
CMYK 0.56 0.86 0 0.26
HSL 260.87º 0.75% 0.42% -
HSV(B) 260.87º 0.86% 0.74% -
XYZ 13.04 6.25 48.1 -
YUV 62.1 199.05 142.91 -
System Red Green Blue C M Y K H S L
Decimal 83 27 188 0.56 0.86 0 0.26 260.87 0.75 0.42
Hex 53 1B BC 38 56 0 1A 105 4B 2A
Octal 123 33 274 70 126 0 32 405 113 52
Binary 1010011 11011 10111100 111000 1010110 0 11010 100000101 1001011 101010

Color Harmonies of #531BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BBC

Black with #531BBC

Text Example


Text Example

White with #531BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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