Html Css Color HEX #531ACC Purple Heart

📋 copy color: '#531ACC'

red 83 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #531ACC

Tints of Purple Heart #531ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 26.52%
G = 8.31%
B = 65.18%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#531ACC (or 0x531ACC) is known color: Purple Heart. HEX triplet: 53, 1A and CC. RGB value is (83,26,204). Sum of RGB (Red+Green+Blue) = 83+26+204=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #531ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ACC is #ACE533. Grayscale: #3E3E3E. Windows color (decimal): -11330868 or 13376083. OLE color: 13376083.

HSL color Cylindrical-coordinate representation of color #531ACC: hue angle of 259.21º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531ACC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 26 204 -
CMYK 0.59 0.87 0 0.2
HSL 259.21º 0.77% 0.45% -
HSV(B) 259.21º 0.87% 0.8% -
XYZ 14.84 6.94 57.68 -
YUV 63.34 207.38 142.03 -
System Red Green Blue C M Y K H S L
Decimal 83 26 204 0.59 0.87 0 0.2 259.21 0.77 0.45
Hex 53 1A CC 3B 57 0 14 103 4D 2D
Octal 123 32 314 73 127 0 24 403 115 55
Binary 1010011 11010 11001100 111011 1010111 0 10100 100000011 1001101 101101

Color Harmonies of #531ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ACC

Black with #531ACC

Text Example


Text Example

White with #531ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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