Html Css Color HEX #531EC1 Purple Heart

📋 copy color: '#531EC1'

red 83 ◦ green 30 ◦ blue 193

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

Shades of Purple Heart #531EC1

Tints of Purple Heart #531EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.07%

R = 27.12%
G = 9.8%
B = 63.07%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#531EC1 (or 0x531EC1) is known color: Purple Heart. HEX triplet: 53, 1E and C1. RGB value is (83,30,193). Sum of RGB (Red+Green+Blue) = 83+30+193=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #531EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EC1 is #ACE13E. Grayscale: #3F3F3F. Windows color (decimal): -11329855 or 12656211. OLE color: 12656211.

HSL color Cylindrical-coordinate representation of color #531EC1: hue angle of 259.51º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531EC1 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 30 193 -
CMYK 0.57 0.84 0 0.24
HSL 259.51º 0.73% 0.44% -
HSV(B) 259.51º 0.84% 0.76% -
XYZ 13.66 6.62 51.01 -
YUV 64.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 83 30 193 0.57 0.84 0 0.24 259.51 0.73 0.44
Hex 53 1E C1 39 54 0 18 104 49 2C
Octal 123 36 301 71 124 0 30 404 111 54
Binary 1010011 11110 11000001 111001 1010100 0 11000 100000100 1001001 101100

Color Harmonies of #531EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EC1

Black with #531EC1

Text Example


Text Example

White with #531EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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