Html Css Color HEX #531EC2 Purple Heart

📋 copy color: '#531EC2'

red 83 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #531EC2

Tints of Purple Heart #531EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.19%

R = 27.04%
G = 9.77%
B = 63.19%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#531EC2 (or 0x531EC2) is known color: Purple Heart. HEX triplet: 53, 1E and C2. RGB value is (83,30,194). Sum of RGB (Red+Green+Blue) = 83+30+194=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #531EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EC2 is #ACE13D. Grayscale: #3F3F3F. Windows color (decimal): -11329854 or 12721747. OLE color: 12721747.

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

Color convert

RGB 83 30 194 -
CMYK 0.57 0.85 0 0.24
HSL 259.39º 0.73% 0.44% -
HSV(B) 259.39º 0.85% 0.76% -
XYZ 13.77 6.66 51.6 -
YUV 64.54 201.06 141.16 -
System Red Green Blue C M Y K H S L
Decimal 83 30 194 0.57 0.85 0 0.24 259.39 0.73 0.44
Hex 53 1E C2 39 55 0 18 103 49 2C
Octal 123 36 302 71 125 0 30 403 111 54
Binary 1010011 11110 11000010 111001 1010101 0 11000 100000011 1001001 101100

Color Harmonies of #531EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EC2

Black with #531EC2

Text Example


Text Example

White with #531EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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