Html Css Color HEX #531DAF Purple Heart

📋 copy color: '#531DAF'

red 83 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #531DAF

Tints of Purple Heart #531DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 28.92%
G = 10.1%
B = 60.98%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#531DAF (or 0x531DAF) is known color: Purple Heart. HEX triplet: 53, 1D and AF. RGB value is (83,29,175). Sum of RGB (Red+Green+Blue) = 83+29+175=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #531DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DAF is #ACE250. Grayscale: #3D3D3D. Windows color (decimal): -11330129 or 11476307. OLE color: 11476307.

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

Color convert

RGB 83 29 175 -
CMYK 0.53 0.83 0 0.31
HSL 262.19º 0.72% 0.4% -
HSV(B) 262.19º 0.83% 0.69% -
XYZ 11.74 5.81 41.06 -
YUV 61.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 83 29 175 0.53 0.83 0 0.31 262.19 0.72 0.4
Hex 53 1D AF 35 53 0 1F 106 48 28
Octal 123 35 257 65 123 0 37 406 110 50
Binary 1010011 11101 10101111 110101 1010011 0 11111 100000110 1001000 101000

Color Harmonies of #531DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DAF

Black with #531DAF

Text Example


Text Example

White with #531DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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