Html Css Color HEX #531ED7 Purple Heart

📋 copy color: '#531ED7'

red 83 ◦ green 30 ◦ blue 215

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

Shades of Purple Heart #531ED7

Tints of Purple Heart #531ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.55%

R = 25.3%
G = 9.15%
B = 65.55%

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

#531ED7 (or 0x531ED7) is known color: Purple Heart. HEX triplet: 53, 1E and D7. RGB value is (83,30,215). Sum of RGB (Red+Green+Blue) = 83+30+215=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 215 (84.38% from 255 or 65.55% from 328); Max value from RGB is 215 - color contains mainly: blue. Hex color #531ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ED7 is #ACE128. Grayscale: #424242. Windows color (decimal): -11329833 or 14098003. OLE color: 14098003.

HSL color Cylindrical-coordinate representation of color #531ED7: hue angle of 257.19º degrees, saturation: 0.76, 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 #531ED7 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 30 215 -
CMYK 0.61 0.86 0 0.16
HSL 257.19º 0.76% 0.48% -
HSV(B) 257.19º 0.86% 0.84% -
XYZ 16.3 7.67 64.91 -
YUV 66.94 211.56 139.46 -
System Red Green Blue C M Y K H S L
Decimal 83 30 215 0.61 0.86 0 0.16 257.19 0.76 0.48
Hex 53 1E D7 3D 56 0 10 101 4C 30
Octal 123 36 327 75 126 0 20 401 114 60
Binary 1010011 11110 11010111 111101 1010110 0 10000 100000001 1001100 110000

Color Harmonies of #531ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ED7

Black with #531ED7

Text Example


Text Example

White with #531ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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