Html Css Color HEX #531AC0 Purple Heart

📋 copy color: '#531AC0'

red 83 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #531AC0

Tints of Purple Heart #531AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

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

R = 27.57%
G = 8.64%
B = 63.79%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#531AC0 (or 0x531AC0) is known color: Purple Heart. HEX triplet: 53, 1A and C0. RGB value is (83,26,192). Sum of RGB (Red+Green+Blue) = 83+26+192=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #531AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531AC0 is #ACE53F. Grayscale: #3D3D3D. Windows color (decimal): -11330880 or 12589651. OLE color: 12589651.

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

Color convert

RGB 83 26 192 -
CMYK 0.57 0.86 0 0.25
HSL 260.6º 0.76% 0.43% -
HSV(B) 260.6º 0.86% 0.75% -
XYZ 13.45 6.38 50.39 -
YUV 61.97 201.38 143 -
System Red Green Blue C M Y K H S L
Decimal 83 26 192 0.57 0.86 0 0.25 260.6 0.76 0.43
Hex 53 1A C0 39 56 0 19 105 4C 2B
Octal 123 32 300 71 126 0 31 405 114 53
Binary 1010011 11010 11000000 111001 1010110 0 11001 100000101 1001100 101011

Color Harmonies of #531AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AC0

Black with #531AC0

Text Example


Text Example

White with #531AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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