Html Css Color HEX #531EC0 Purple Heart

📋 copy color: '#531EC0'

red 83 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #531EC0

Tints of Purple Heart #531EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.95%

R = 27.21%
G = 9.84%
B = 62.95%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#531EC0 (or 0x531EC0) is known color: Purple Heart. HEX triplet: 53, 1E and C0. RGB value is (83,30,192). Sum of RGB (Red+Green+Blue) = 83+30+192=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #531EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EC0 is #ACE13F. Grayscale: #3F3F3F. Windows color (decimal): -11329856 or 12590675. OLE color: 12590675.

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

Color convert

RGB 83 30 192 -
CMYK 0.57 0.84 0 0.25
HSL 259.63º 0.73% 0.44% -
HSV(B) 259.63º 0.84% 0.75% -
XYZ 13.55 6.57 50.42 -
YUV 64.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 83 30 192 0.57 0.84 0 0.25 259.63 0.73 0.44
Hex 53 1E C0 39 54 0 19 104 49 2C
Octal 123 36 300 71 124 0 31 404 111 54
Binary 1010011 11110 11000000 111001 1010100 0 11001 100000100 1001001 101100

Color Harmonies of #531EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EC0

Black with #531EC0

Text Example


Text Example

White with #531EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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