Html Css Color HEX #531BCC Purple Heart

📋 copy color: '#531BCC'

red 83 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #531BCC

Tints of Purple Heart #531BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 26.43%
G = 8.6%
B = 64.97%

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

#531BCC (or 0x531BCC) is known color: Purple Heart. HEX triplet: 53, 1B and CC. RGB value is (83,27,204). Sum of RGB (Red+Green+Blue) = 83+27+204=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #531BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BCC is #ACE433. Grayscale: #3F3F3F. Windows color (decimal): -11330612 or 13376339. OLE color: 13376339.

HSL color Cylindrical-coordinate representation of color #531BCC: hue angle of 258.98º 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 #531BCC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 27 204 -
CMYK 0.59 0.87 0 0.2
HSL 258.98º 0.77% 0.45% -
HSV(B) 258.98º 0.87% 0.8% -
XYZ 14.86 6.98 57.69 -
YUV 63.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 83 27 204 0.59 0.87 0 0.2 258.98 0.77 0.45
Hex 53 1B CC 3B 57 0 14 103 4D 2D
Octal 123 33 314 73 127 0 24 403 115 55
Binary 1010011 11011 11001100 111011 1010111 0 10100 100000011 1001101 101101

Color Harmonies of #531BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BCC

Black with #531BCC

Text Example


Text Example

White with #531BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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