Html Css Color HEX #531CBF Purple Heart

📋 copy color: '#531CBF'

red 83 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #531CBF

Tints of Purple Heart #531CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.25%

R = 27.48%
G = 9.27%
B = 63.25%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#531CBF (or 0x531CBF) is known color: Purple Heart. HEX triplet: 53, 1C and BF. RGB value is (83,28,191). Sum of RGB (Red+Green+Blue) = 83+28+191=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #531CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CBF is #ACE340. Grayscale: #3E3E3E. Windows color (decimal): -11330369 or 12524627. OLE color: 12524627.

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

Color convert

RGB 83 28 191 -
CMYK 0.57 0.85 0 0.25
HSL 260.25º 0.74% 0.43% -
HSV(B) 260.25º 0.85% 0.75% -
XYZ 13.39 6.43 49.83 -
YUV 63.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 83 28 191 0.57 0.85 0 0.25 260.25 0.74 0.43
Hex 53 1C BF 39 55 0 19 104 4A 2B
Octal 123 34 277 71 125 0 31 404 112 53
Binary 1010011 11100 10111111 111001 1010101 0 11001 100000100 1001010 101011

Color Harmonies of #531CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CBF

Black with #531CBF

Text Example


Text Example

White with #531CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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