Html Css Color HEX #531ECC Purple Heart

📋 copy color: '#531ECC'

red 83 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #531ECC

Tints of Purple Heart #531ECC

RGB

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

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

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

R = 26.18%
G = 9.46%
B = 64.35%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#531ECC (or 0x531ECC) is known color: Purple Heart. HEX triplet: 53, 1E and CC. RGB value is (83,30,204). Sum of RGB (Red+Green+Blue) = 83+30+204=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #531ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ECC is #ACE133. Grayscale: #414141. Windows color (decimal): -11329844 or 13377107. OLE color: 13377107.

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

Color convert

RGB 83 30 204 -
CMYK 0.59 0.85 0 0.2
HSL 258.28º 0.74% 0.46% -
HSV(B) 258.28º 0.85% 0.8% -
XYZ 14.93 7.13 57.72 -
YUV 65.68 206.06 140.35 -
System Red Green Blue C M Y K H S L
Decimal 83 30 204 0.59 0.85 0 0.2 258.28 0.74 0.46
Hex 53 1E CC 3B 55 0 14 102 4A 2E
Octal 123 36 314 73 125 0 24 402 112 56
Binary 1010011 11110 11001100 111011 1010101 0 10100 100000010 1001010 101110

Color Harmonies of #531ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ECC

Black with #531ECC

Text Example


Text Example

White with #531ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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