Html Css Color HEX #531BB3 Purple Heart

📋 copy color: '#531BB3'

red 83 ◦ green 27 ◦ blue 179

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

Shades of Purple Heart #531BB3

Tints of Purple Heart #531BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 61.94%

R = 28.72%
G = 9.34%
B = 61.94%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#531BB3 (or 0x531BB3) is known color: Purple Heart. HEX triplet: 53, 1B and B3. RGB value is (83,27,179). Sum of RGB (Red+Green+Blue) = 83+27+179=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #531BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BB3 is #ACE44C. Grayscale: #3C3C3C. Windows color (decimal): -11330637 or 11737939. OLE color: 11737939.

HSL color Cylindrical-coordinate representation of color #531BB3: hue angle of 262.11º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531BB3 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 27 179 -
CMYK 0.54 0.85 0 0.30
HSL 262.11º 0.74% 0.4% -
HSV(B) 262.11º 0.85% 0.7% -
XYZ 12.1 5.88 43.14 -
YUV 61.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 83 27 179 0.54 0.85 0 0.30 262.11 0.74 0.4
Hex 53 1B B3 36 55 0 1E 106 4A 28
Octal 123 33 263 66 125 0 36 406 112 50
Binary 1010011 11011 10110011 110110 1010101 0 11110 100000110 1001010 101000

Color Harmonies of #531BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BB3

Black with #531BB3

Text Example


Text Example

White with #531BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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