Html Css Color HEX #531CBB Purple Heart

📋 copy color: '#531CBB'

red 83 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #531CBB

Tints of Purple Heart #531CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 27.85%
G = 9.4%
B = 62.75%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#531CBB (or 0x531CBB) is known color: Purple Heart. HEX triplet: 53, 1C and BB. RGB value is (83,28,187). Sum of RGB (Red+Green+Blue) = 83+28+187=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #531CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CBB is #ACE344. Grayscale: #3D3D3D. Windows color (decimal): -11330373 or 12262483. OLE color: 12262483.

HSL color Cylindrical-coordinate representation of color #531CBB: hue angle of 260.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531CBB is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 28 187 -
CMYK 0.56 0.85 0 0.27
HSL 260.75º 0.74% 0.42% -
HSV(B) 260.75º 0.85% 0.73% -
XYZ 12.95 6.26 47.54 -
YUV 62.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 83 28 187 0.56 0.85 0 0.27 260.75 0.74 0.42
Hex 53 1C BB 38 55 0 1B 105 4A 2A
Octal 123 34 273 70 125 0 33 405 112 52
Binary 1010011 11100 10111011 111000 1010101 0 11011 100000101 1001010 101010

Color Harmonies of #531CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CBB

Black with #531CBB

Text Example


Text Example

White with #531CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,187); }

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

background-color css

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

 a { background-color: rgb(83,28,187); }

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

border-color css

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

 span { border-color: rgb(83,28,187); }

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