Html Css Color HEX #531BD1 Purple Heart

📋 copy color: '#531BD1'

red 83 ◦ green 27 ◦ blue 209

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

Shades of Purple Heart #531BD1

Tints of Purple Heart #531BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 65.52%

R = 26.02%
G = 8.46%
B = 65.52%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#531BD1 (or 0x531BD1) is known color: Purple Heart. HEX triplet: 53, 1B and D1. RGB value is (83,27,209). Sum of RGB (Red+Green+Blue) = 83+27+209=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 209 (82.03% from 255 or 65.52% from 319); Max value from RGB is 209 - color contains mainly: blue. Hex color #531BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BD1 is #ACE42E. Grayscale: #3F3F3F. Windows color (decimal): -11330607 or 13704019. OLE color: 13704019.

HSL color Cylindrical-coordinate representation of color #531BD1: hue angle of 258.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531BD1 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 27 209 -
CMYK 0.60 0.87 0 0.18
HSL 258.46º 0.77% 0.46% -
HSV(B) 258.46º 0.87% 0.82% -
XYZ 15.47 7.23 60.9 -
YUV 64.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 83 27 209 0.60 0.87 0 0.18 258.46 0.77 0.46
Hex 53 1B D1 3C 57 0 12 102 4D 2E
Octal 123 33 321 74 127 0 22 402 115 56
Binary 1010011 11011 11010001 111100 1010111 0 10010 100000010 1001101 101110

Color Harmonies of #531BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BD1

Black with #531BD1

Text Example


Text Example

White with #531BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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