Html Css Color HEX #531DB6 Purple Heart

📋 copy color: '#531DB6'

red 83 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #531DB6

Tints of Purple Heart #531DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.9%

R = 28.23%
G = 9.86%
B = 61.9%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#531DB6 (or 0x531DB6) is known color: Purple Heart. HEX triplet: 53, 1D and B6. RGB value is (83,29,182). Sum of RGB (Red+Green+Blue) = 83+29+182=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #531DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531DB6 is #ACE249. Grayscale: #3E3E3E. Windows color (decimal): -11330122 or 11935059. OLE color: 11935059.

HSL color Cylindrical-coordinate representation of color #531DB6: hue angle of 261.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531DB6 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 29 182 -
CMYK 0.54 0.84 0 0.29
HSL 261.18º 0.73% 0.41% -
HSV(B) 261.18º 0.84% 0.71% -
XYZ 12.45 6.1 44.78 -
YUV 62.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 83 29 182 0.54 0.84 0 0.29 261.18 0.73 0.41
Hex 53 1D B6 36 54 0 1D 105 49 29
Octal 123 35 266 66 124 0 35 405 111 51
Binary 1010011 11101 10110110 110110 1010100 0 11101 100000101 1001001 101001

Color Harmonies of #531DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DB6

Black with #531DB6

Text Example


Text Example

White with #531DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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