Html Css Color HEX #531DA4 Purple Heart

📋 copy color: '#531DA4'

red 83 ◦ green 29 ◦ blue 164

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

Shades of Purple Heart #531DA4

Tints of Purple Heart #531DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.42%

R = 30.07%
G = 10.51%
B = 59.42%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#531DA4 (or 0x531DA4) is known color: Purple Heart. HEX triplet: 53, 1D and A4. RGB value is (83,29,164). Sum of RGB (Red+Green+Blue) = 83+29+164=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #531DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DA4 is #ACE25B. Grayscale: #3C3C3C. Windows color (decimal): -11330140 or 10755411. OLE color: 10755411.

HSL color Cylindrical-coordinate representation of color #531DA4: hue angle of 264º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531DA4 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 29 164 -
CMYK 0.49 0.82 0 0.36
HSL 264º 0.7% 0.38% -
HSV(B) 264º 0.82% 0.64% -
XYZ 10.71 5.4 35.6 -
YUV 60.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 83 29 164 0.49 0.82 0 0.36 264 0.7 0.38
Hex 53 1D A4 31 52 0 24 108 46 26
Octal 123 35 244 61 122 0 44 410 106 46
Binary 1010011 11101 10100100 110001 1010010 0 100100 100001000 1000110 100110

Color Harmonies of #531DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DA4

Black with #531DA4

Text Example


Text Example

White with #531DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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