Html Css Color HEX #531ED5 Purple Heart

📋 copy color: '#531ED5'

red 83 ◦ green 30 ◦ blue 213

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

Shades of Purple Heart #531ED5

Tints of Purple Heart #531ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.34%

R = 25.46%
G = 9.2%
B = 65.34%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#531ED5 (or 0x531ED5) is known color: Purple Heart. HEX triplet: 53, 1E and D5. RGB value is (83,30,213). Sum of RGB (Red+Green+Blue) = 83+30+213=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #531ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ED5 is #ACE12A. Grayscale: #424242. Windows color (decimal): -11329835 or 13966931. OLE color: 13966931.

HSL color Cylindrical-coordinate representation of color #531ED5: hue angle of 257.38º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531ED5 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 30 213 -
CMYK 0.61 0.86 0 0.16
HSL 257.38º 0.75% 0.48% -
HSV(B) 257.38º 0.86% 0.84% -
XYZ 16.04 7.57 63.57 -
YUV 66.71 210.56 139.62 -
System Red Green Blue C M Y K H S L
Decimal 83 30 213 0.61 0.86 0 0.16 257.38 0.75 0.48
Hex 53 1E D5 3D 56 0 10 101 4B 30
Octal 123 36 325 75 126 0 20 401 113 60
Binary 1010011 11110 11010101 111101 1010110 0 10000 100000001 1001011 110000

Color Harmonies of #531ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ED5

Black with #531ED5

Text Example


Text Example

White with #531ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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