Html Css Color HEX #531DB0 Purple Heart

📋 copy color: '#531DB0'

red 83 ◦ green 29 ◦ blue 176

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

Shades of Purple Heart #531DB0

Tints of Purple Heart #531DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.11%

R = 28.82%
G = 10.07%
B = 61.11%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#531DB0 (or 0x531DB0) is known color: Purple Heart. HEX triplet: 53, 1D and B0. RGB value is (83,29,176). Sum of RGB (Red+Green+Blue) = 83+29+176=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #531DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DB0 is #ACE24F. Grayscale: #3D3D3D. Windows color (decimal): -11330128 or 11541843. OLE color: 11541843.

HSL color Cylindrical-coordinate representation of color #531DB0: hue angle of 262.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531DB0 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 29 176 -
CMYK 0.53 0.84 0 0.31
HSL 262.04º 0.72% 0.4% -
HSV(B) 262.04º 0.84% 0.69% -
XYZ 11.84 5.85 41.58 -
YUV 61.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 83 29 176 0.53 0.84 0 0.31 262.04 0.72 0.4
Hex 53 1D B0 35 54 0 1F 106 48 28
Octal 123 35 260 65 124 0 37 406 110 50
Binary 1010011 11101 10110000 110101 1010100 0 11111 100000110 1001000 101000

Color Harmonies of #531DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DB0

Black with #531DB0

Text Example


Text Example

White with #531DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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