Html Css Color HEX #531EAF Purple Heart

📋 copy color: '#531EAF'

red 83 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #531EAF

Tints of Purple Heart #531EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 28.82%
G = 10.42%
B = 60.76%

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

#531EAF (or 0x531EAF) is known color: Purple Heart. HEX triplet: 53, 1E and AF. RGB value is (83,30,175). Sum of RGB (Red+Green+Blue) = 83+30+175=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #531EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531EAF is #ACE150. Grayscale: #3D3D3D. Windows color (decimal): -11329873 or 11476563. OLE color: 11476563.

HSL color Cylindrical-coordinate representation of color #531EAF: hue angle of 261.93º degrees, saturation: 0.71, 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 #531EAF is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 30 175 -
CMYK 0.53 0.83 0 0.31
HSL 261.93º 0.71% 0.4% -
HSV(B) 261.93º 0.83% 0.69% -
XYZ 11.77 5.86 41.07 -
YUV 62.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 83 30 175 0.53 0.83 0 0.31 261.93 0.71 0.4
Hex 53 1E AF 35 53 0 1F 106 47 28
Octal 123 36 257 65 123 0 37 406 107 50
Binary 1010011 11110 10101111 110101 1010011 0 11111 100000110 1000111 101000

Color Harmonies of #531EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EAF

Black with #531EAF

Text Example


Text Example

White with #531EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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